Skip to content

True up the crev tagline, claude field, and commands table #16

True up the crev tagline, claude field, and commands table

True up the crev tagline, claude field, and commands table #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: stable
- run: gofmt -l . && test -z "$(gofmt -l .)"
if: runner.os != 'Windows'
- run: go vet ./...
- run: go test ./...
goreleaser-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: goreleaser/goreleaser-action@v7
with:
version: "~> v2"
args: check