Skip to content

sdd: signal process Shipped the engage refactor for SDD's mode table,… #59

sdd: signal process Shipped the engage refactor for SDD's mode table,…

sdd: signal process Shipped the engage refactor for SDD's mode table,… #59

Workflow file for this run

name: ci
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go test ./...
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v8
with:
version: v2.11.4