Skip to content

Make logo glow less strong on active #139

Make logo glow less strong on active

Make logo glow less strong on active #139

Workflow file for this run

on: [pull_request, push]
name: Continuous Integration
env:
RUSTFLAGS: -Dwarnings
jobs:
cargo-clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy --all-features --all-targets --locked --workspace
cargo-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --all --check
cargo-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test --all-features --all-targets --locked --workspace
npm-run-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run check