Skip to content

Bump typisttech/.github/.github/workflows/go-proxy.yml from 5.3.0 to 5.4.0 #126

Bump typisttech/.github/.github/workflows/go-proxy.yml from 5.3.0 to 5.4.0

Bump typisttech/.github/.github/workflows/go-proxy.yml from 5.3.0 to 5.4.0 #126

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions:
contents: read
jobs:
actions:
uses: typisttech/.github/.github/workflows/lint-actions.yml@63fe4f651bb4747b3b17be96c32fcffd5954882c # v5.3.0
go:
uses: typisttech/.github/.github/workflows/lint-go.yml@86c07906e5ad8ccd4bab27975f7f67e348498f82 # v5.4.0
with:
golangci-lint: true
golangci-lint-version-file: .tool-versions
wait-for-all-lint:
if: cancelled() || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'failure')
needs:
- actions
- go
runs-on: ubuntu-latest
steps:
- name: Assert no required jobs were cancelled or failed
run: exit 1