Skip to content

Google APIs updated at 2023-12-02 (#111) #353

Google APIs updated at 2023-12-02 (#111)

Google APIs updated at 2023-12-02 (#111) #353

Workflow file for this run

name: tests & formatting
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt, clippy
- run: cargo fmt -- --check && cargo test --features rest #&& cargo clippy -- -Dwarnings && cargo test --all-features