Closed github-actions[bot] closed 1 year ago
https://api.github.com/vlang/vtl/blob/9f6e1cf9700af21cac2acee78cdafe0c315abf86/.github/workflows/ci.yml#L109
run: mv ./vtl ~/.vmodules - name: Verify Fmt # TODO: Remove continue-on-error when v fmt -verify is fixed for VSL on CI continue-on-error: true run: | cd ~ v fmt -verify ~/.vmodules/vtl run-tests: runs-on: ${{ matrix.os }}
https://api.github.com/vlang/vtl/blob/9f6e1cf9700af21cac2acee78cdafe0c315abf86/.github/workflows/ci.yml#L109