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
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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue