1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-02 05:27:45 +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: steps:
- label: build - label: build
command: command:
- nix3 build - nix3 build
- label: cache - label: cache
if: build.branch == "main" if: build.branch == "main"
command: command:
- echo +++ - echo +++
@ -13,7 +13,7 @@ steps:
- nix3 develop --profile develop --command true - nix3 develop --profile develop --command true
- cachix push alejandra develop - cachix push alejandra develop
- label: coverage - label: coverage
if: build.branch == "main" if: build.branch == "main"
command: command:
- echo +++ - echo +++
@ -21,7 +21,7 @@ steps:
- eval "$(direnv export bash)" - eval "$(direnv export bash)"
- cargo tarpaulin --coveralls "${COVERALLS_REPO_TOKEN}" - cargo tarpaulin --coveralls "${COVERALLS_REPO_TOKEN}"
- label: diff - label: diff
if: build.branch != "main" if: build.branch != "main"
artifacts: artifacts:
- closure-before.txt - closure-before.txt
@ -59,7 +59,7 @@ steps:
- echo +++ Derivations count - echo +++ Derivations count
- grep -c drvPath= closure-after.txt - grep -c drvPath= closure-after.txt
- label: flake check - label: flake check
command: command:
- echo +++ - echo +++
- nix3 flake check - nix3 flake check