2023-06-09 02:28:00 +05:30
|
|
|
name: black-action
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
|
|
linter_name:
|
|
|
|
name: runner / black formatter
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
2023-06-09 02:30:35 +05:30
|
|
|
- uses: https://github.com/cytopia/docker-black@0.8
|
2023-06-09 02:28:00 +05:30
|
|
|
with:
|
2023-06-09 02:30:35 +05:30
|
|
|
path: 'matrixai/'
|