Compare commits
2 commits
8bf1be32fe
...
d9528d5895
Author | SHA1 | Date | |
---|---|---|---|
d9528d5895 | |||
6f57b25133 |
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
name: PR Check
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [opened, synchronize, reopened]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
lint-and-format:
|
|
||||||
container:
|
|
||||||
image: rust:latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Run format check
|
|
||||||
run: cargo fmt --check
|
|
||||||
|
|
||||||
- name: Run Clippy
|
|
||||||
run: cargo clippy
|
|
Loading…
Reference in a new issue