Skip to content

chore(deps): bump actions/checkout from 3 to 4 #95

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #95

Workflow file for this run

on: [push]
name: cargo checks
env:
RUSTFLAGS: "-Dwarnings"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run format check
run: cargo fmt --check
- name: Run cargo check
run: cargo check
- name: Run clippy
# run: cargo clippy --all-targets --all-features
run: cargo clippy