1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00

Move lint.py to scripts/

This commit is contained in:
RGBCube 2022-11-27 11:58:34 +03:00
parent 41b7148598
commit fb8553c681
2 changed files with 1 additions and 1 deletions

View file

@ -30,7 +30,7 @@ jobs:
- name: Run Isort - name: Run Isort
run: | run: |
isort ./ isort ./
python ./.github/workflows/lint.py python ./.github/workflows/scripts/lint.py
- name: Run Black - name: Run Black
run: black ./ run: black ./