srctree

Robin Linden parent 456968a1 0f62c178
ci: Download shfmt from the official source

The pip-packaged one we were using hasn't had an update in over a year,and no point in using it when the official source provides a convenientway of getting a binary anyway.

inlinesplit
.github/workflows/ci.yaml added: 3, removed: 3, total 0
@@ -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: