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

feat: add extension

This commit is contained in:
Kevin Amado 2022-02-12 16:55:52 -05:00
parent 3b596db702
commit f410df62da
No known key found for this signature in database
GPG key ID: FFF341057F503148
13 changed files with 2194 additions and 14 deletions

View file

@ -8,9 +8,9 @@ steps:
agents:
queue: private
artifacts:
- aarch64-unknown-linux-musl
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-musl
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
command:
- echo +++
- nix build --out-link aarch64-unknown-linux-musl .#aarch64-unknown-linux-musl
@ -88,6 +88,13 @@ steps:
- echo +++ Derivations count
- grep -c drvPath= closure-after.txt
- label: integrations-vscode
if: build.branch != "main"
artifacts:
- alejandra.vsix
command:
- nix build --out-link alejandra.vsix .#integrations-vscode
- label: flake check
command:
- echo +++