Skip to content

Authentication

Authentication #2

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Run golangci-lint
uses: golangci/[email protected]