We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f24c2 commit 03fb674Copy full SHA for 03fb674
.github/workflows/server.yml
@@ -70,7 +70,11 @@ jobs:
70
run: |
71
git config --global --add safe.directory $(realpath .)
72
cd examples/server
73
+ git ls-files --others --modified
74
+ git status
75
./deps.sh
76
77
78
not_ignored_files="$(git ls-files --others --modified)"
79
if [ -n "${not_ignored_files}" ]; then
80
echo "Repository is dirty or server deps are not built as expected"
0 commit comments