Skip to content

chore(deps): update github actions (patch) #159

chore(deps): update github actions (patch)

chore(deps): update github actions (patch) #159

Workflow file for this run

name: PR CI
on:
pull_request:
branches: [master]
merge_group:
branches: [master]
workflow_dispatch:
concurrency:
group: pr-ci-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
required-checks:
name: required-checks
uses: ./.github/workflows/_go-checks.yaml
secrets: inherit