1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 19:44:44 +00:00

Simple formatting

This commit is contained in:
Tw93
2025-10-13 10:20:46 +08:00
parent 62537d8d44
commit f63f561673
6 changed files with 101 additions and 149 deletions

View File

@@ -16,14 +16,5 @@ jobs:
- name: Install tools
run: brew install bats-core shfmt shellcheck
- name: Check formatting
run: ./scripts/format.sh --check
- name: Run shellcheck
run: |
find . -type f \( -name "*.sh" -o -name "mole" \) \
! -path "./.git/*" \
-exec shellcheck -S warning {} +
- name: Run tests
run: tests/run.sh
- name: Run all checks
run: ./scripts/check.sh