Skip to content

feat(validator): parse and expose On-Behalf-Of Token Exchange claims (RFC 8693) #818

feat(validator): parse and expose On-Behalf-Of Token Exchange claims (RFC 8693)

feat(validator): parse and expose On-Behalf-Of Token Exchange claims (RFC 8693) #818

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- "master"
pull_request:
types: [opened, synchronize]
branches:
- "*"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v6
- name: install go
uses: actions/setup-go@v6.4.0
with:
go-version-file: go.mod
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # pin@v9.3.0
with:
version: v2.6.2
args: -v --timeout=5m