diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 8f9c77c..5963f4f 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -6,6 +6,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: https://github.com/datadog/action-py-black-formatter@v2.1 + - uses: https://github.com/cytopia/docker-black@0.8 with: - check_mode: "true" \ No newline at end of file + path: 'matrixai/' \ No newline at end of file