standalone version tmp spam fix
This commit is contained in:
@@ -2,7 +2,7 @@ name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
branches: [main, master]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@@ -13,4 +13,4 @@ jobs:
|
||||
- name: Install Shellcheck
|
||||
run: sudo apt-get update && sudo apt-get install -y shellcheck
|
||||
- name: Run Shellcheck
|
||||
run: shellcheck kewt.sh markdown.sh tools/build-standalone.sh || true
|
||||
run: shellcheck -s sh kewt.sh markdown.sh tools/build-standalone.sh || true
|
||||
|
||||
Reference in New Issue
Block a user