Skip to content

Commit

Permalink
Add precommit to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Galorhallen committed Jan 7, 2024
1 parent 14f52d0 commit a6a96b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ permissions:
contents: read

jobs:
lint:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0

test:
needs:
- lint
- pre-commit
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit a6a96b3

Please sign in to comment.