Skip to content

Commit

Permalink
install pre-commit before running code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 16, 2024
1 parent 9b61dee commit 122a7f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Setup `hatch`
uses: ./.github/actions/setup-hatch

- name: "Install Homebrew Packages"
run: |
echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
brew install pre-commit
- name: Run code quality
shell: bash
run: hatch run code-quality

0 comments on commit 122a7f2

Please sign in to comment.