From 0c98d44557fd094075d3ae8b84165de7dfa5d7af Mon Sep 17 00:00:00 2001 From: baozhecheng Date: Sun, 8 Jan 2023 17:20:06 +0800 Subject: [PATCH] fix ci --- .github/workflows/lint.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b8f4c2478..afd5a5d9f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,29 +8,12 @@ on: workflow_dispatch: jobs: - resolve-modules: - name: resolve module - runs-on: ubuntu-latest - outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} - steps: - - name: Checkout Repo - uses: actions/checkout@v3 - - - id: set-matrix - run: ./hack/resolve-modules.sh - lint: name: lint module runs-on: ubuntu-latest - needs: resolve-modules - strategy: - matrix: ${{ fromJson(needs.resolve-modules.outputs.matrix) }} steps: - uses: actions/checkout@v3 - name: Lint uses: golangci/golangci-lint-action@v3 with: - version: latest - working-directory: ${{ matrix.workdir }} - skip-pkg-cache: true + version: latest \ No newline at end of file