Skip to content

Merge pull request #14 from bupd/add-stargazer #26

Merge pull request #14 from bupd/add-stargazer

Merge pull request #14 from bupd/add-stargazer #26

Workflow file for this run

name: Go Lint
on:
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '>=1.22'
check-latest: true
- name: Golangci-lint
uses: golangci/[email protected]