Skip to content

chore(deps): update actions/create-github-app-token action to v3.2.0 #66

chore(deps): update actions/create-github-app-token action to v3.2.0

chore(deps): update actions/create-github-app-token action to v3.2.0 #66

Workflow file for this run

name: "Pre Merge"
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
with:
version: v2.11.4
test:
uses: ./.github/workflows/test.yaml
secrets: inherit