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 \