Skip to content

Commit

Permalink
add black linter to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nfsaavedra committed Mar 19, 2024
1 parent 309b6be commit ed865f6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]

- name: Run linter
uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"

0 comments on commit ed865f6

Please sign in to comment.