mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 12:37:45 +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
|
||||
with:
|
||||
args: >
|
||||
bash -c '
|
||||
nix
|
||||
--extra-experimental-features flakes
|
||||
--extra-experimental-features nix-command
|
||||
profile install direnv;
|
||||
bash -ex -c "
|
||||
nix \
|
||||
--extra-experimental-features flakes \
|
||||
--extra-experimental-features nix-command \
|
||||
profile install direnv
|
||||
|
||||
direnv allow;
|
||||
direnv allow
|
||||
|
||||
cargo tarpaulin;
|
||||
'
|
||||
cargo tarpaulin
|
||||
"
|
||||
|
||||
- name: Build and Test
|
||||
uses: docker://nixos/nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue