mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 19:44:44 +00:00
Simple formatting
This commit is contained in:
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user