Skip to content

fix: return ErrInvalidType for an invalid aud claim type in MapClaims… #106

fix: return ErrInvalidType for an invalid aud claim type in MapClaims…

fix: return ErrInvalidType for an invalid aud claim type in MapClaims… #106

Workflow file for this run

name: spelling
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Spell Check Repo
uses: crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14 # v1.48.0
with:
config: ./.github/spell-check.toml