Skip to content

chore(deps): bump golangci/golangci-lint-action from 3 to 6 in the all group across 1 directory #46

chore(deps): bump golangci/golangci-lint-action from 3 to 6 in the all group across 1 directory

chore(deps): bump golangci/golangci-lint-action from 3 to 6 in the all group across 1 directory #46

Workflow file for this run

name: "Pull Request"
on:
pull_request:
branches:
- latest
concurrency:
group: ci-pull-request-${{ github.ref }}
cancel-in-progress: true
jobs:
go-versions:
uses: ./.github/workflows/_go-versions.yml
call-lint:
uses: ./.github/workflows/_golangci-lint.yml
call-build:
uses: ./.github/workflows/_build.yml
needs: go-versions
with:
go_versions: ${{ needs.go-versions.outputs.go_versions }}
call-test:
uses: ./.github/workflows/_test.yml
needs: go-versions
with:
go_versions: ${{ needs.go-versions.outputs.go_versions }}