1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-01 04:57:44 +00:00

fix: escape quotes

This commit is contained in:
Kevin Amado 2022-02-07 22:19:10 -05:00
parent dd553a19c8
commit 281b6dbcd1
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -18,16 +18,16 @@ jobs:
uses: docker://nixos/nix uses: docker://nixos/nix
with: with:
args: > args: >
bash -c ' bash -ex -c "
nix nix \
--extra-experimental-features flakes --extra-experimental-features flakes \
--extra-experimental-features nix-command --extra-experimental-features nix-command \
profile install direnv; profile install direnv
direnv allow; direnv allow
cargo tarpaulin; cargo tarpaulin
' "
- name: Build and Test - name: Build and Test
uses: docker://nixos/nix uses: docker://nixos/nix