Skip to content

.github/workflows: update CI action versions, add auto release #25

.github/workflows: update CI action versions, add auto release

.github/workflows: update CI 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-20.04
timeout-minutes: 30
steps:
- name: Install go
uses: actions/setup-go@v4
with:
go-version: 'v1.20'
- name: Check out code
uses: actions/checkout@v4
- name: golanci-lint
uses: upfluence/action-golangci-lint@master
with:
github_token: ${{ secrets.github_token }}