Skip to content

Commit 314be8e

Browse files
committed
feat(remarshal): adding remarshal version 1.2.0
1 parent 852c496 commit 314be8e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

yaml/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN pipx ensurepath --global \
3131
&& pipx install --global \
3232
json2yaml==1.2.0 \
3333
jsonfmt==0.2.7 \
34+
remarshal==1.2.0 \
3435
yamllint==1.37.1 \
3536
yamlpath==3.8.2
3637

yaml/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
pipx --version # pipx
2323
prettier --version # prettier
2424
python --version # python3
25+
remarshal --version # remarshal
2526
v8r --version # v8r
2627
yaml-paths --version # yamlpath
2728
yamllint --version # yamllint

0 commit comments

Comments
 (0)