Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

chore(deps): update actions/checkout action to v4 #70

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #70

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1