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

fix: escape quotes

This commit is contained in:
Kevin Amado 2022-02-07 22:16:54 -05:00
parent 4c15fadfa2
commit dd553a19c8
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -17,7 +17,7 @@ jobs:
- name: Coverage
uses: docker://nixos/nix
with:
args:
args: >
bash -c '
nix
--extra-experimental-features flakes
@ -32,7 +32,7 @@ jobs:
- name: Build and Test
uses: docker://nixos/nix
with:
args:
args: >
nix
--extra-experimental-features flakes
--extra-experimental-features nix-command