We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f3251 commit e1828a4Copy full SHA for e1828a4
.github/workflows/static.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v4
37
- name: Lint servers.json
38
run: |
39
- if ! jq empty servers.json > /dev/null 2>&1; then
+ if jq empty servers.json > /dev/null 2>&1; then
40
echo "servers.json is valid"
41
else
42
echo "Invalid JSON file detected in servers.json"
0 commit comments