feat(ci): pre-commit
This commit is contained in:
parent
5605df8e6c
commit
3c8b76207c
5 changed files with 229 additions and 22 deletions
4
.github/workflows/quality.yml
vendored
4
.github/workflows/quality.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
- uses: JohnnyMorganz/stylua-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: latest
|
||||
version: 2.1.0
|
||||
args: --check .
|
||||
|
||||
lua-lint:
|
||||
|
|
@ -114,4 +114,4 @@ jobs:
|
|||
- name: Install dependencies with mypy
|
||||
run: uv sync --dev
|
||||
- name: Type check Python files with mypy
|
||||
run: uv run mypy scrapers/ tests/scrapers/
|
||||
run: uv run mypy scrapers/ tests/scrapers/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue