Skip to content

Use GitHub App token in backport workflow to trigger CI #419

Use GitHub App token in backport workflow to trigger CI

Use GitHub App token in backport workflow to trigger CI #419

Workflow file for this run

name: Lint
on:
push:
branches:
- 'release-*' # for main branch we have the merge queue
pull_request:
merge_group:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v9