Skip to content

Commit

Permalink
ci: add format black action check
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Aug 26, 2024
1 parent 2fbd88b commit 098c279
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Format in Black
on: [push, pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"

0 comments on commit 098c279

Please sign in to comment.