Skip to content

feat: implement Apollo CLI OpenAPI v0 (#1) #87

feat: implement Apollo CLI OpenAPI v0 (#1)

feat: implement Apollo CLI OpenAPI v0 (#1) #87

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
- master
- "codex/**"
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
persist-credentials: false
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
with:
toolchain: stable
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32
- name: cargo fmt
run: cargo fmt --check
- name: cargo clippy
run: cargo clippy --all-targets --all-features -- -D warnings
- name: cargo test
run: cargo test