Skip to content

Duo Universal Login Script Support #91

Duo Universal Login Script Support

Duo Universal Login Script Support #91

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
validate_default:
name: compilation & style (default)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --all-targets
validate_auth:
name: complication & style (auth)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --all-targets --all-features