mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat: add rustfmt ci
This commit is contained in:
parent
2152953b4b
commit
f5b6afed08
1 changed files with 16 additions and 0 deletions
16
.github/workflows/rustfmt.yml
vendored
Normal file
16
.github/workflows/rustfmt.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: "Check Rust formatting"
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
rustfmt:
|
||||
name: cargo fmt
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
components: rustfmt
|
||||
- name: Rustfmt Check
|
||||
uses: actions-rust-lang/rustfmt@v1
|
||||
Loading…
Add table
Add a link
Reference in a new issue