Skip to content

add key ID to the ID token, used for non-dpop applications #118

add key ID to the ID token, used for non-dpop applications

add key ID to the ID token, used for non-dpop applications #118

Workflow file for this run

---
name: Linting PHP
on:
- push
- pull_request
# Allow manually triggering the workflow.
- workflow_dispatch
# Cancels all previous workflow runs for the same branch that have not yet completed.
concurrency:
# The concurrency group contains the workflow name and the branch name.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-php:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: pipeline-components/php-linter@master