mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +00:00
fix: escape quotes
This commit is contained in:
parent
dd553a19c8
commit
281b6dbcd1
1 changed files with 8 additions and 8 deletions
16
.github/workflows/pr.yaml
vendored
16
.github/workflows/pr.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue