Skip to content

Commit

Permalink
ci: Change linter on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Nov 30, 2024
1 parent 890139d commit 98ac194
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/setup-uv@v2
- name: Lint by pre-commit
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- name: 'Configure dependencies'
run: |
uv sync --frozen --all-extras
uvx pre-commit run --all-files
- name: 'Run linters'
run: |
lefthook run --all-files
test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 98ac194

Please sign in to comment.