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
4c15fadfa2
commit
dd553a19c8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Coverage
|
- name: Coverage
|
||||||
uses: docker://nixos/nix
|
uses: docker://nixos/nix
|
||||||
with:
|
with:
|
||||||
args:
|
args: >
|
||||||
bash -c '
|
bash -c '
|
||||||
nix
|
nix
|
||||||
--extra-experimental-features flakes
|
--extra-experimental-features flakes
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
uses: docker://nixos/nix
|
uses: docker://nixos/nix
|
||||||
with:
|
with:
|
||||||
args:
|
args: >
|
||||||
nix
|
nix
|
||||||
--extra-experimental-features flakes
|
--extra-experimental-features flakes
|
||||||
--extra-experimental-features nix-command
|
--extra-experimental-features nix-command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue