Skip to content

Commit

Permalink
Update onecfg
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Oct 31, 2023
1 parent cd21ad3 commit 6fbbefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -o noclobber # Prevents from overwriting existing files
zig fmt --check ./*.zig
zig build test
zig build
bash ./test.sh
zig fmt --check ./src/*.zig
bash ./test.sh
2 changes: 1 addition & 1 deletion onecfg.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"ci.sh": [
{
"value": ["bash ./test.sh", "zig fmt --check ./src/*.zig"]
"value": ["zig fmt --check ./src/*.zig", "bash ./test.sh"]
}
]
}
Expand Down

0 comments on commit 6fbbefe

Please sign in to comment.