Skip to content

Try other platforms in Docker build (#420) #922

Try other platforms in Docker build (#420)

Try other platforms in Docker build (#420) #922

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: go build
- uses: golangci/golangci-lint-action@v6
- run: go test -race -covermode atomic -coverprofile coverage.txt
- uses: codecov/codecov-action@v4
spell_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: "**/*.{md,go}"
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: raviqqe/markdown-link-check@main