Skip to content

chore: update README with vpm install and docs link #4

chore: update README with vpm install and docs link

chore: update README with vpm install and docs link #4

Workflow file for this run

name: Run Tests
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup V
uses: vlang/[email protected]
- name: Run tests
run: v test vbmp_test.v