Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKaplan-lw committed Aug 12, 2024
1 parent 17045b8 commit 7e96038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/scripts/ignored-files.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh
set -euxo pipefail
apk add git
# GHA workspace file ownership is "dubious"
git config --global --add safe.directory /github/workspace
IGNORED=$(git ls-files --cached -i --exclude-standard)
if [[ "$IGNORED" ]]; then echo "Ignored files present:\n$IGNORED\n"; exit 1; fi
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- lw-0.*
- lw-test
jobs:
lint:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 7e96038

Please sign in to comment.