Fix indent error
Code Quality Test / Quality-Check (push) Failing after 0s Details
Environment Setup Test / Setup (push) Successful in 1m6s Details

pull/4/head
drunkendog 2023-08-27 22:10:05 +01:00
parent f171a12aa7
commit 849c22ceaa
1 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Check for os.system (#2) - name: Check for os.system (#2)
- run: | - run: |
git ls-files | xargs grep os.system git ls-files | xargs grep os.system
exit $(git ls-files | xargs grep os.system | wc -l) exit $(git ls-files | xargs grep os.system | wc -l)