Skip to content

build(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.7.0 to 2.8.0 #79

build(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.7.0 to 2.8.0

build(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.7.0 to 2.8.0 #79

Workflow file for this run

name: golangci-lint
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3