Skip to content

chore(cicd): bump actions/checkout from 4 to 6 #112

chore(cicd): bump actions/checkout from 4 to 6

chore(cicd): bump actions/checkout from 4 to 6 #112

Workflow file for this run

name: lint
on: pull_request
jobs:
golangci:
name: go
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v6
-
name: golangci-lint
uses: reviewdog/action-golangci-lint@master
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/golangci.yml"