mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 19:09:43 +00:00
Replace optimize module with pure Bash
This commit is contained in:
7
.github/workflows/shell-quality-checks.yml
vendored
7
.github/workflows/shell-quality-checks.yml
vendored
@@ -27,8 +27,5 @@ jobs:
|
||||
- name: Run shellcheck linter and bats tests
|
||||
run: ./scripts/check.sh
|
||||
|
||||
- name: Build Go disk analyzer
|
||||
run: mkdir -p bin && go build -o bin/analyze-go ./cmd/analyze
|
||||
|
||||
- name: Build Go optimizer
|
||||
run: mkdir -p bin && go build -o bin/optimize-go ./cmd/optimize
|
||||
- name: Build Universal Binary for disk analyzer
|
||||
run: ./scripts/build-analyze.sh
|
||||
|
||||
Reference in New Issue
Block a user