This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
build(deps): update golang docker tag to v1.21.6 #1012
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: reviewdog | |
on: [pull_request] | |
jobs: | |
reviewdog: | |
name: reviewdog | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code. | |
uses: actions/checkout@v3.1.0 | |
- name: golangci-lint | |
uses: reviewdog/action-golangci-lint@v2 |