vlang / vsl

V library to develop Artificial Intelligence and High-Performance Scientific Computations
https://vlang.github.io/vsl
MIT License
340 stars 46 forks source link

Remove continue-on-error when v fmt -verify is fixed for VSL on CI #167

Closed github-actions[bot] closed 8 months ago

github-actions[bot] commented 1 year ago

https://api.github.com/vlang/vsl/blob/a1a0f134ac2d6b97b6884c023af7636eb6ba3a7f/.github/workflows/ci.yml#L115


        run: mv ./vsl ~/.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/vsl
github-actions[bot] commented 8 months ago

Closed in 708b7cddf62b4f5bea64c49d55fe9b564bfd5516