Skip to content

Update demo GIF styles: random color for build, spring chaotic for ma… #11

Update demo GIF styles: random color for build, spring chaotic for ma…

Update demo GIF styles: random color for build, spring chaotic for ma… #11

Workflow file for this run

name: CI
on:
push:
branches: [main, "feature/**"]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
check:
name: Check & Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-targets -- -D warnings
- run: cargo test