Skip to content

Commit

Permalink
Switch GH actions to run pyinvoke lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson committed Sep 1, 2023
1 parent faa9594 commit 394bdf0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- name: "Upgrade pip"
run: "pip install --upgrade pip"
- name: "Install package"
run: pip install ".[dev]"
- name: "Run lint checks"
run: invoke lint

0 comments on commit 394bdf0

Please sign in to comment.