Skip to content

Bump sass from 1.80.6 to 1.81.0 in /frontend (#10) #34

Bump sass from 1.80.6 to 1.81.0 in /frontend (#10)

Bump sass from 1.80.6 to 1.81.0 in /frontend (#10) #34

Workflow file for this run

name: clippy-check
on:
push:
branches:
- main
pull_request:
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: cargo clippy --all-targets --all-features