Skip to content

Bump release-drafter/release-drafter from 7.4.0 to 7.5.1 #171

Bump release-drafter/release-drafter from 7.4.0 to 7.5.1

Bump release-drafter/release-drafter from 7.4.0 to 7.5.1 #171

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@84a542186b401cc272eeec5c9c077c3cb3c910e2 # v6.1.0
go:
uses: typisttech/.github/.github/workflows/lint-go.yml@84a542186b401cc272eeec5c9c077c3cb3c910e2 # v6.1.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