Skip to content

refactor: split openapi crate #21

refactor: split openapi crate

refactor: split openapi crate #21

Workflow file for this run

name: Check
on:
push:
paths:
- "**.rs"
pull_request:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
# https://github.com/Mozilla-Actions/sccache-action#rust-code
RUSTC_WRAPPER: "sccache"
SCCACHE_GHA_ENABLED: "true"
jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: rui314/setup-mold@v1
- uses: taiki-e/install-action@just
- uses: mozilla-actions/sccache-action@v0.0.3
- run: just fmt --check
- run: just check
- run: just lint