1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

refactor: organize project

This commit is contained in:
Kevin Amado 2022-02-21 14:42:01 -05:00
parent 4cdee48ddf
commit 555d890b3b
101 changed files with 1114 additions and 221 deletions

View file

@ -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