diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22b2e83..f0c81ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ name: tests "on": push: branches: - - github-actions + - "*"" pull_request: branches: - main @@ -33,6 +33,4 @@ jobs: - name: Lint run: rye lint - name: Format (Black) - run: rye run black -c - - name: Lint GitHub Actions - uses: eifinger/actionlint-action@v1 \ No newline at end of file + run: rye run black --check . \ No newline at end of file