Skip to content

Commit

Permalink
fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Dec 8, 2023
1 parent 06d3e09 commit b9cf333
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Poetry and pre-commit
- name: Install pre-commit and run linters
run: |
pipx install poetry
pipx install pre-commit
- name: Install dependencies
run: poetry install --no-interaction
- name: Run pre-commit
run: poetry run pre-commit run --all-files
pre-commit run --all-files

0 comments on commit b9cf333

Please sign in to comment.