Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed Oct 14, 2024
1 parent fb8c8f4 commit 6a60762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ defaults:

jobs:
code-quality:
name: Lint and format code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -44,6 +45,7 @@ jobs:
run: pre-commit run --all-files --verbose --show-diff-on-failure

tests:
name: Run tests
runs-on: ubuntu-latest
needs: [code-quality]
steps:
Expand Down

0 comments on commit 6a60762

Please sign in to comment.