diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bc18c240..2c78d446 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,10 +18,7 @@ jobs: go-version-file: "go.mod" cache: true - name: Run Make commands - run: | - make generate - make lint-fix - make lint + run: make lint - name: Check for changes id: check-changed-files uses: tj-actions/verify-changed-files@v13.1