Skip to content

Move templates from string literals to embedded strings #4

Move templates from string literals to embedded strings

Move templates from string literals to embedded strings #4

Workflow file for this run

name: main
on:
push:
branches: [main]
tags: [v*]
pull_request:
branches: [main]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.18.x, 1.19.x, 1.20.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: make