Skip to content

Set logging dir to .logs.tocket/ #24

Set logging dir to .logs.tocket/

Set logging dir to .logs.tocket/ #24

Workflow file for this run

---
name: Clippy Lint
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-targets --all-features