Skip to content

Commit

Permalink
CI: use shell-funcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed May 1, 2024
1 parent 8753d5e commit 29ec293
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 29ec293

Please sign in to comment.