Skip to content

Commit

Permalink
FFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Xophmeister committed Jan 30, 2024
1 parent 4689946 commit e124a26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
# if: matrix.os == 'ubuntu-latest'
# run: export GC_DONT_GC=1; nix -L flake check

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

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

- name: Build web playground Wasm app
if: success() && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit e124a26

Please sign in to comment.