fix(Actions): fixed typo

This commit is contained in:
darkicewolf50 2024-12-21 14:27:08 -07:00
parent 078bc71bf9
commit ba705966e9

View File

@ -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