Skip to content

Update to and format with the latest V #18

Update to and format with the latest V

Update to and format with the latest V #18

Workflow file for this run

name: test vsh
on:
pull_request:
branches:
- main
- development
jobs:
build_and_test:
name: run
runs-on: ubuntu-latest
steps:
- name: setup v
uses: nocturlab/[email protected]
with:
v-version: latest
id: v
- name: set up git repository
uses: actions/checkout@v2
- name: test
run: v test .