Skip to content

Prepare release

Prepare release #1010

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- '**'
paths-ignore:
- '**.md'
- 'version/*'
tags-ignore:
- 'v**' # Don't run CI tests on release tags
jobs:
CI:
runs-on: ubuntu-latest
env:
GOLANGCI_LINT_CONFIG: ".golangci.yml"
steps:
- uses: actions/checkout@v4
- run: make go.mk
- uses: ./go.mk/.github/actions/setup
- uses: ./go.mk/.github/actions/pre-check
- run: make test-verbose