Skip to content

Merge branch 'main' into resolver_and_lock #444

Merge branch 'main' into resolver_and_lock

Merge branch 'main' into resolver_and_lock #444

Workflow file for this run

name: Build
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --check
- run: cargo build
- run: |
cargo run --bin reml -- gen-schema > ./schemas/config/latest/schema.json
git diff --exit-code ./schemas/config/latest/schema.json