Update weekly-supelinter.yaml

This commit is contained in:
Alexandre
2025-06-10 11:37:48 +02:00
committed by GitHub
parent 7911bfaf03
commit 064def9e94

View File

@@ -19,7 +19,7 @@ jobs:
- name: Run shfmt on all .sh files
run: |
sudo apt-get update && sudo apt-get install -y shfmt
shfmt -i 2 -ci -s -bn -sr -kp -ln=bash -w $(find . -type f -name "*.sh")
shfmt -i 2 -ci -s -kp -ln=bash -w .
- name: Run Super Linter
uses: super-linter/super-linter/slim@main