Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Sep 18, 2024
1 parent 4980a96 commit 917d011
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,18 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: 'go.mod'
cache: true
- run: go mod download
- run: go build -v .
- name: Run linters
id: super-linter
uses: super-linter/super-linter/[email protected]
env:
DEFAULT_BRANCH: origin/${{ github.head_ref}}
FILTER_REGEX_EXCLUDE: bin/**/*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSCPD: false
VALIDATE_GO: false
VALIDATE_CHECKOV: false
uses: golangci/golangci-lint-action@v6
with:
version: latest

generate:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 917d011

Please sign in to comment.