1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-05 11:28:48 +00:00

update tests

This commit is contained in:
Tw93
2025-10-15 10:00:15 +08:00
parent 41b4886a75
commit b67b0d479b

View File

@@ -1,23 +0,0 @@
name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
shell-quality-checks:
runs-on: macos-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Install shell linting and testing tools
run: brew install bats-core shfmt shellcheck
- name: Auto-format shell scripts with shfmt
run: ./scripts/format.sh
- name: Run shellcheck linter and bats tests
run: ./scripts/check.sh