Skip to content

Merge branch 'main' into improvements #827

Merge branch 'main' into improvements

Merge branch 'main' into improvements #827

Workflow file for this run

name: Rust fmt check
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: AvoredCMS
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/[email protected]
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Rust Check
run: |
cargo check