Skip to content

Merge pull request #7 from homeport/add/secret-group-id #11

Merge pull request #7 from homeport/add/secret-group-id

Merge pull request #7 from homeport/add/secret-group-id #11

Workflow file for this run

---
name: golangci-lint
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true