This commit is contained in:
Ms2ger 2025-06-11 12:05:22 +02:00
parent 45f666db33
commit ca3d113910

View File

@ -22,6 +22,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r tools/lint/requirements.txt pip install -r tools/lint/requirements.txt
npm install
- name: Lint all tests - name: Lint all tests
if: github.event_name == 'push' if: github.event_name == 'push'