mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
refactor: organize project
This commit is contained in:
parent
4cdee48ddf
commit
555d890b3b
101 changed files with 1114 additions and 221 deletions
|
@ -74,11 +74,6 @@ steps:
|
|||
- echo +++ Derivations count
|
||||
- grep -c drvPath= closure-after.txt
|
||||
|
||||
- label: flake check
|
||||
command:
|
||||
- echo +++
|
||||
- nix flake check
|
||||
|
||||
- label: lint
|
||||
if: build.branch != "main"
|
||||
command:
|
||||
|
@ -87,3 +82,8 @@ steps:
|
|||
- eval "$(direnv export bash)"
|
||||
- echo +++ Run Linter
|
||||
- cargo clippy
|
||||
|
||||
- label: flake check
|
||||
command:
|
||||
- echo +++
|
||||
- nix flake check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue