Skip to content

fix(flake): overlays is not a set but a function #5

fix(flake): overlays is not a set but a function

fix(flake): overlays is not a set but a function #5

Workflow file for this run

---
name: Build and Test
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ">=1.22"
- run: go version
- run: go build -v ./cmd/protrans
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ">=1.22"
- run: go version
- run: go test -v ./...