Compare commits
2 commits
ded926a4a6
...
386e972834
| Author | SHA1 | Date | |
|---|---|---|---|
| 386e972834 | |||
| 8a7d510cda |
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -29,7 +29,11 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run stylua
|
- name: Run stylua
|
||||||
run: npx @johnnymorganz/stylua-bin --check .
|
uses: JohnnyMorganz/stylua-action@v4.0.0
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN || secrets.GH_TOKEN }}
|
||||||
|
version: latest
|
||||||
|
args: --check .
|
||||||
|
|
||||||
cargo-format:
|
cargo-format:
|
||||||
name: Cargo Format
|
name: Cargo Format
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue