Skip to content

Commit

Permalink
Merge pull request #29 from lpsinger/pre-commit-action
Browse files Browse the repository at this point in the history
Use official pre-commit GitHub Action
  • Loading branch information
dakota002 committed Aug 16, 2024
2 parents f423987 + c5896b5 commit 88adf3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
with:
python-version: '3.12'

- name: Install dependencies
run: pip install pre-commit poetry

- name: Run pre-commit checks
run: pre-commit run --all-files
uses: pre-commit/[email protected]

- name: Install poetry
run: pip install poetry

- name: Install package
run: poetry install
Expand Down

0 comments on commit 88adf3d

Please sign in to comment.