Skip to content

Authentication

Authentication #5

Workflow file for this run

name: test
on:
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.21"
cache: false
- name: Run golangci-lint
uses: golangci/[email protected]