mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
b8264fcb75
commit
d531714fde
2 changed files with 5 additions and 4 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -41,7 +41,6 @@ jobs:
|
|||
run: cargo +nightly fmt --all -- --check
|
||||
|
||||
stylua:
|
||||
name: stylua
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -49,5 +48,4 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: latest
|
||||
# CLI arguments
|
||||
args: --color always --check .
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
indent_width = 2
|
||||
call_parentheses = "NoSingleTable"
|
||||
collapse_simple_statement = "FunctionOnly"
|
||||
|
||||
[sort_requires]
|
||||
enabled = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue