Skip to content

Merge pull request #92 from underdog-tech/feat/report-project-link #69

Merge pull request #92 from underdog-tech/feat/report-project-link

Merge pull request #92 from underdog-tech/feat/report-project-link #69

Workflow file for this run

name: golangci-lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest