@@ -262,8 +262,8 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- run: pip install shfmt-py==3.4.3.1
- run: shfmt -i 2 -w $(shfmt -f .)
- run: wget --output-document=shfmt https://github.com/mvdan/sh/releases/download/v3.4.3/shfmt_v3.4.3_linux_amd64 && chmod +x shfmt
- run: ./shfmt -i 2 -w $(./shfmt -f .)
- run: git diff --exit-code
link-liveness: