Skip to content

GoReleaser: Remove the quarantine bit via Homebrew #19

GoReleaser: Remove the quarantine bit via Homebrew

GoReleaser: Remove the quarantine bit via Homebrew #19

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@872d5345c254c6f8d65f318e5bffa74d7d0192e2 # v5.0.1
go:
uses: typisttech/.github/.github/workflows/lint-go.yml@872d5345c254c6f8d65f318e5bffa74d7d0192e2 # v5.0.1
with:
golangci-lint: true
golangci-lint-version: v2.11 # Must be kept in sync with @../../mise.toml
wait-for-all-lint:
needs:
- actions
- go
runs-on: ubuntu-latest
steps:
- run: exit 0