Skip to content

fix(upload): detect SSO interstitials titled with the org display name #53

fix(upload): detect SSO interstitials titled with the org display name

fix(upload): detect SSO interstitials titled with the org display name #53

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: stable
- uses: golangci/golangci-lint-action@v9
with:
version: v2.12.2