Add information about the id_token
length to documentation
#47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "[CI] Lint" | |
on: | |
push: | |
branches: | |
- develop | |
- main | |
- release/* | |
pull_request: | |
env: | |
CI: "true" | |
CODECOV: "true" | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
lint: | |
name: Lint code | |
uses: mainio/gha-decidim-module/.github/workflows/lint.yml@main | |
secrets: inherit |