Changed logic for validate exp and nbf claims #12
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
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
deno_ci: | |
uses: cross-org/workflows/.github/workflows/deno-ci.yml@main | |
with: | |
entrypoint: mod.ts | |
run_tests: false | |
lint_docs: false |