Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Merge pull request #19 from aut-cic/dependabot/go_modules/golang.org/… #56

Merge pull request #19 from aut-cic/dependabot/go_modules/golang.org/…

Merge pull request #19 from aut-cic/dependabot/go_modules/golang.org/… #56

Workflow file for this run

---
name: test
on:
- push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --enable-all