Skip to content

Improve and test OIDC discovery #42

Improve and test OIDC discovery

Improve and test OIDC discovery #42

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo fmt --all --check
- run: cargo clippy --all-targets --all-features -- --deny warnings
- run: cargo test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install -y protobuf-compiler
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --workspace