Skip to content

Commit

Permalink
ci: set up lint job using pre-commit/action
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jun 25, 2024
1 parent 5740fd5 commit c51d14f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ on:
- dev

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
# Ref: https://github.com/pre-commit/action
- uses: pre-commit/[email protected]

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

0 comments on commit c51d14f

Please sign in to comment.