mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2025-12-26 16:07:50 +01:00
Remove redundant ruff check.
Pre-commit call already runs ruff
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -28,10 +28,6 @@ jobs:
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
with:
|
||||
extra_args: --hook-stage manual --all-files
|
||||
- name: Run Ruff
|
||||
run: |
|
||||
pip install ruff
|
||||
ruff check .
|
||||
|
||||
tests:
|
||||
name: Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
|
||||
|
||||
Reference in New Issue
Block a user