Skip to content

.github/workflows/*.yml: update action versions; add auto-release #25

.github/workflows/*.yml: update action versions; add auto-release

.github/workflows/*.yml: update action versions; add auto-release #25

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- name: Check out code
uses: actions/checkout@v4
- name: golanci-lint
uses: upfluence/action-golangci-lint@master
with:
github_token: ${{ secrets.github_token }}