Skip to content

feat: add ID tokens for user refresh credentials #27

feat: add ID tokens for user refresh credentials

feat: add ID tokens for user refresh credentials #27

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
style:
name: PHP Style Check
uses: GoogleCloudPlatform/php-tools/.github/workflows/code-standards.yml@main
staticanalysis:
name: PHPStan Static Analysis
uses: GoogleCloudPlatform/php-tools/.github/workflows/static-analysis.yml@main
with:
autoload-file: tests/phpstan-autoload.php