Skip to content

Commit

Permalink
add quality
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jul 16, 2024
1 parent 9d53b6c commit 91e5c8a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ on:
branches: [main]

jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3

- name: Set up the environment
uses: ./.github/actions/setup-poetry-env

- name: Run pre-commit hooks
run: poetry run pre-commit run -a --show-diff-on-failure

test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 91e5c8a

Please sign in to comment.