Skip to content

chore(openapi): set title #28

chore(openapi): set title

chore(openapi): set title #28

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/[email protected]
- run: just fmt --check
- run: just check
- run: just lint