diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71206ee07f..fe55965351 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -137,3 +137,17 @@ jobs: - uses: codespell-project/actions-codespell@v2 with: skip: .git,*.pdf,*.1,*.css,*.lock + + shell-funcheck: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Run markdownlint + run: | + curl -L -O https://github.com/89luca89/shell-funcheck/releases/download/v0.0.1/shell-funcheck-amd64 + chmod +x ./shell-funcheck-amd64 + for i in distrobox*; do + ./shell-funcheck-amd64 check "$i" + done