Skip to content

fixing the react front #765

fixing the react front

fixing the react front #765

Workflow file for this run

name: Rust check
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: AvoredCMS
runs-on: ubuntu-latest
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