Skip to content

Commit e1828a4

Browse files
authored
Sigh
I must've swapped these somewhere when removing the other action Signed-off-by: nythepegasus <[email protected]>
1 parent d2f3251 commit e1828a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4
3737
- name: Lint servers.json
3838
run: |
39-
if ! jq empty servers.json > /dev/null 2>&1; then
39+
if jq empty servers.json > /dev/null 2>&1; then
4040
echo "servers.json is valid"
4141
else
4242
echo "Invalid JSON file detected in servers.json"

0 commit comments

Comments
 (0)