Skip to content

Adding bitbucket cloud support #593

Adding bitbucket cloud support

Adding bitbucket cloud support #593

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@8e1117c7d327bbfb1eb7ec8dc2d895d13e6e17c3 # v2.6.0
with:
go_version_file: "go.mod"
level: warning