mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-06-15 13:24:19 -06:00
fix(Actions): fixed typo
This commit is contained in:
parent
078bc71bf9
commit
ba705966e9
2
.github/workflows/Actions.yaml
vendored
2
.github/workflows/Actions.yaml
vendored
@ -42,5 +42,5 @@ jobs:
|
|||||||
run: pip install ruff
|
run: pip install ruff
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
uses: ruff check ./*/*.py --ignore E402
|
run: ruff check ./*/*.py --ignore E402
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user