Skip to content

Update Rust crate yup-oauth2 to 12.1.2 #15

Update Rust crate yup-oauth2 to 12.1.2

Update Rust crate yup-oauth2 to 12.1.2 #15

Workflow file for this run

name: lint
permissions:
contents: read
on:
push:
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: cargo fmt --all -- --check
run: cargo fmt --all -- --check
clippy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: cargo clippy -- -Dwarnings
run: cargo clippy -- -Dwarnings