1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-01 13:07:47 +00:00

style: format codebase

This commit is contained in:
Kevin Amado 2022-02-09 19:40:20 -05:00
parent b918b9bc7c
commit 779ae36a60
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -1,9 +1,9 @@
steps:
- label: build
- label: build
command:
- nix3 build
- label: cache
- label: cache
if: build.branch == "main"
command:
- echo +++
@ -13,7 +13,7 @@ steps:
- nix3 develop --profile develop --command true
- cachix push alejandra develop
- label: coverage
- label: coverage
if: build.branch == "main"
command:
- echo +++
@ -21,7 +21,7 @@ steps:
- eval "$(direnv export bash)"
- cargo tarpaulin --coveralls "${COVERALLS_REPO_TOKEN}"
- label: diff
- label: diff
if: build.branch != "main"
artifacts:
- closure-before.txt
@ -59,7 +59,7 @@ steps:
- echo +++ Derivations count
- grep -c drvPath= closure-after.txt
- label: flake check
- label: flake check
command:
- echo +++
- nix3 flake check