Skip to content

Refactor authentication mechanism #358

Refactor authentication mechanism

Refactor authentication mechanism #358

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
- run: cargo test --all