Skip to content

feat: Including Regular Expression filter when targeting Github Repositories #485

feat: Including Regular Expression filter when targeting Github Repositories

feat: Including Regular Expression filter when targeting Github Repositories #485

Workflow file for this run

name: reviewdog
on: [pull_request]
permissions:
contents: read
jobs:
golangci-lint:
permissions:
checks: write # for reviewdog/action-golangci-lint to report issues using checks
contents: read # for actions/checkout to fetch code
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: golangci-lint
uses: reviewdog/action-golangci-lint@94d61e3205b61acf4ddabfeb13c5f8a13eb4167b # v2.5.0
with:
go_version_file: "go.mod"
level: warning