Skip to content

Add prompt-on-launch support for workflow jobs #780

Add prompt-on-launch support for workflow jobs

Add prompt-on-launch support for workflow jobs #780

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.5.0