Skip to content

Commit

Permalink
Merge branch 'flashcatcloud:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3754 authored Feb 6, 2024
2 parents 33794fe + 609cf63 commit 61e5d77
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: wagoid/commitlint-github-action@v5
GoLint:
name: "Code Analysis"
needs: CommitLint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand All @@ -41,10 +40,6 @@ jobs:
- uses: WillAbides/[email protected]
with:
go-version: "1.21"
- name: Run go version check
run: make go-version-check
- name: Run go vet check
run: make go-vet-check
- name: Run golang-ci-lint
uses: golangci/[email protected]
with:
Expand All @@ -53,9 +48,12 @@ jobs:
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true
- name: Run go version check
run: make go-version-check
- name: Run go vet check
run: make go-vet-check
BuildCheck:
name: "Go Build Check"
needs: GoLint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand Down

0 comments on commit 61e5d77

Please sign in to comment.