Skip to content

Enhance security policy with updates and best practices #17

Enhance security policy with updates and best practices

Enhance security policy with updates and best practices #17

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.26"
- run: go build ./...
- run: go test ./... -race -coverprofile=coverage.out
- uses: golangci/golangci-lint-action@v8
with:
version: latest