Skip to content

Update actions/checkout action to v4 #21

Update actions/checkout action to v4

Update actions/checkout action to v4 #21

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['12']
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Install V
run: |
pushd /tmp
git clone https://github.com/vlang/v
cd v
make -j2
popd
- name: Run personnummer tests
run: |
export PATH="/tmp/v:$PATH"
pwd
v -stats -enable-globals test .