Skip to content

Merge branch 'main' into dependabot/go_modules/github.com/score-spec/… #7

Merge branch 'main' into dependabot/go_modules/github.com/score-spec/…

Merge branch 'main' into dependabot/go_modules/github.com/score-spec/… #7

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup-go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: test
run: go run gotest.tools/gotestsum@latest --format github-actions
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: latest