Skip to content

fix: Query parameter serialization #110

fix: Query parameter serialization

fix: Query parameter serialization #110

Workflow file for this run

name: oidc_web
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- ".github/workflows/oidc_web.yaml"
- "packages/oidc_web/**"
push:
branches:
- main
jobs:
build:
uses: ./.github/workflows/flutter_package.yaml
with:
working_directory: packages/oidc_web
run_tests: false
pana:
uses: ./.github/workflows/pana.yaml
with:
min_score: 100