Skip to content

chore(dependabot): bump github.com/zitadel/oidc/v3 from 3.29.0 to 3.33.1 #270

chore(dependabot): bump github.com/zitadel/oidc/v3 from 3.29.0 to 3.33.1

chore(dependabot): bump github.com/zitadel/oidc/v3 from 3.29.0 to 3.33.1 #270

Workflow file for this run

name: 'spellcheck'
on:
pull_request:
branches:
- main
paths-ignore:
- LICENSE
- CODEOWNERS
- '.gitignore'
- '**/*.go'
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: matheus23/[email protected]
with:
files-to-check: |
**/*.md
files-to-exclude: |
CHANGELOG.md
adr/**/*.md
words-to-ignore-file: './.github/spellcheck.ignore'