From 1bf2559dad69e146e2e031c51c4ca0e0b23503ad Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 2 Sep 2026 16:28:53 +0000 Subject: [PATCH] remove default hook --- .gitea/scoped_workflows/static-go.yaml | 6 ------ .gitea/scoped_workflows/style-web.yaml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.gitea/scoped_workflows/static-go.yaml b/.gitea/scoped_workflows/static-go.yaml index a0a76c1..b5ce157 100644 --- a/.gitea/scoped_workflows/static-go.yaml +++ b/.gitea/scoped_workflows/static-go.yaml @@ -21,12 +21,6 @@ jobs: uses: actions/setup-go@v7 with: go-version-file: 'go.mod' - - - name: Check and Run `make` Default Target - run: | - if command -v make &> /dev/null; then - make - fi - name: Initialize Go run: | diff --git a/.gitea/scoped_workflows/style-web.yaml b/.gitea/scoped_workflows/style-web.yaml index c67452f..210c1ea 100644 --- a/.gitea/scoped_workflows/style-web.yaml +++ b/.gitea/scoped_workflows/style-web.yaml @@ -22,12 +22,6 @@ jobs: - name: Initialize Runner uses: actions/setup-node@v4 - - name: Check and Run `make` Default Target - run: | - if command -v make &> /dev/null; then - make - fi - - name: Install Linters run: | npm install --no-save \