Skip to content

Task: Finish up docs for v0.3.0 #61

Task: Finish up docs for v0.3.0

Task: Finish up docs for v0.3.0 #61

Workflow file for this run

name: integration
on: [ pull_request ]
# When a new revision is pushed to a PR, cancel all in-progress CI runs for that
# PR. See https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
init:
strategy:
matrix:
go: [ "1.20", "1.23" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: |
chmod +x .github/workflows/check-init
.github/workflows/check-init