Skip to content

Commit

Permalink
Add black check to GHAction
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenito committed Oct 18, 2024
1 parent 0209ccc commit edb0adc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: tests
"on":
push:
branches:
- github-actions
- "*""
pull_request:
branches:
- main
Expand Down Expand Up @@ -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
run: rye run black --check .

0 comments on commit edb0adc

Please sign in to comment.