Skip to content

Add option to authenticate with server account. #6

Add option to authenticate with server account.

Add option to authenticate with server account. #6

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo check
- name: Build docs
run: cargo doc
- name: Run fmt
run: cargo fmt
- name: Run Clippy
run: cargo clippy