Skip to content

Commit 12d9ed6

Browse files
committed
build(jsonfmt): adding jsonfmt 0.2.7
1 parent c160c21 commit 12d9ed6

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
@@ -28,6 +28,7 @@ RUN apk -U upgrade \
2828
RUN pipx ensurepath --global \
2929
&& pipx install --global \
3030
json2yaml==1.2.0 \
31+
jsonfmt==0.2.7 \
3132
yamllint==1.37.1 \
3233
yamlpath==3.8.2 \
3334
yq==3.4.3

yaml/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
base64 --version # coreutils
1515
curl --version # curl
1616
git --version # git
17+
jf -v # jsonfmt
1718
jq --version # jq
1819
json2yaml --version # json2yaml
1920
pip --version # py3-pip

0 commit comments

Comments
 (0)