Skip to content

test: validate go templates with go #108

test: validate go templates with go

test: validate go templates with go #108

Workflow file for this run

name: Build/test
on:
push:
branches:
- 'master'
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm test