Skip to content

feat/improve-presentation-exchange-support-in-oid4vp-rs #76

feat/improve-presentation-exchange-support-in-oid4vp-rs

feat/improve-presentation-exchange-support-in-oid4vp-rs #76

Workflow file for this run

name: ci
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build
run: cargo build
- name: Test
run: cargo test
- name: Fmt
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy