ci: fix
This commit is contained in:
parent
5ad9238a46
commit
0ff7ca5b47
2 changed files with 4 additions and 1 deletions
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- run: nix develop --command selene --display-style quiet .
|
||||
- run: nix develop --command selene --display-style quiet --config config/nvim/selene.toml .
|
||||
|
||||
prettier:
|
||||
name: Prettier Format Check
|
||||
|
|
|
|||
3
statix.toml
Normal file
3
statix.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[disabled]
|
||||
repeated_keys = true
|
||||
empty_pattern = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue