Skip to content

Commit

Permalink
Add lint job to github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jams2 committed Oct 25, 2023
1 parent a7e0314 commit 486ba87
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ on:
pull_request:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: ${{env.PYTHON_LATEST}}
- uses: pre-commit/[email protected]

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

0 comments on commit 486ba87

Please sign in to comment.