Skip to content

feat: add [Finally] section and later assert modifier #42

feat: add [Finally] section and later assert modifier

feat: add [Finally] section and later assert modifier #42

Workflow file for this run

name: CI
on:
pull_request:
release:
types: [published]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.26"
- run: make test
- run: make e2e
- run: make examples
lint:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.26"
- uses: golangci/golangci-lint-action@v9
with:
version: v2.12.2