Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 #56

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 #56

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- run: make vet
- run: make test
- run: make build