Skip to content

download shfmt

download shfmt #2

Workflow file for this run

---
name: checkers
on:
push:
branches: [ main, ci* ]
pull_request:
jobs:
formatting:
name: formatting
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install shfmt
run: curl -sS https://webi.sh/shfmt | sh
- name: Run checkers.sh
run: |
chmod +x ./ci/builds/checkers.sh
./ci/builds/checkers.sh
shell: bash