Skip to content

OAuth implementation #85

OAuth implementation

OAuth implementation #85

Workflow file for this run

name: Fmt
on:
push:
pull_request:
jobs:
check_fmt:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check