Skip to content

Commit

Permalink
Revert "Minor tweak to CI YAML"
Browse files Browse the repository at this point in the history
This reverts commit 5510406.
  • Loading branch information
Xophmeister committed Sep 6, 2023
1 parent 5510406 commit 0066227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: export GC_DONT_GC=1; nix -L flake check

- name: Build and test executable
run: echo '{ "foo": "bar" }' | nix run . -- fmt -l json
run: 'echo \{ \"foo\": \"bar\" \} | nix run . -- fmt -l json'

- name: Verify that usage in README.md matches CLI output
run: ./verify-documented-usage.sh
Expand Down

0 comments on commit 0066227

Please sign in to comment.