Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
# Browser jest tests currently crash in Login.test.js (Link outside Router).
# Re-enable once fixed: npm test -- --runInBand --forceExit
- name: Shellcheck mint scripts
run: bash -c 'shopt -s globstar; shellcheck mint/**/*.sh'
run: find mint -name '*.sh' -print0 | xargs -0 shellcheck -S warning
Loading