Skip to content

doc: document the actual workflow in CONTRIBUTING.md #42

doc: document the actual workflow in CONTRIBUTING.md

doc: document the actual workflow in CONTRIBUTING.md #42

Workflow file for this run

on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: actions/setup-go@v3
with:
go-version: '1.23.9'
- run: npm ci
- run: npm run build
- run: npm run test