This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: rust
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check || true
|
||||
|
||||
- name: Clippy lint
|
||||
run: cargo clippy --all-targets || true
|
||||
Reference in New Issue
Block a user