mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
check for blanket noqas in CI
This commit is contained in:
committed by
Jean-François B
parent
1abb24e309
commit
841c0cecb3
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@@ -27,3 +27,13 @@ jobs:
|
||||
run: python -m pip install -U tox pip
|
||||
- name: Run Tox
|
||||
run: tox -e ${{ matrix.tool }}
|
||||
|
||||
pre-commit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set Up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
|
||||
Reference in New Issue
Block a user