Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Allow tab chars on 105210.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Dec 20, 2022
1 parent f24c115 commit f909460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3

- name: tab character check
run: if grep -P '\t' -rn --color ices fixed; then exit 1; fi
run: if grep -P '\t' -rn --color ices fixed --exclude 105210.sh; then exit 1; fi

- name: Build
uses: ./.github/actions/build
Expand Down

0 comments on commit f909460

Please sign in to comment.