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:
parent
41b7148598
commit
fb8553c681
2 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -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 ./
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue