Skip to content

Constant for AuthBJJ credential type added (#101) #461

Constant for AuthBJJ credential type added (#101)

Constant for AuthBJJ credential type added (#101) #461

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2