Skip to content

Commit

Permalink
Updated fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Apr 17, 2023
1 parent 5dccc72 commit a12da5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ jobs:
run: mv ./vsl ~/.vmodules

- name: Verify Fmt
run: v fmt -verify ~/.vmodules/vsl
run:
cd ~
v fmt -verify ~/.vmodules/vsl

run-tests-on-linux:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a12da5f

Please sign in to comment.