Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
huhouhua committed Feb 9, 2024
2 parents 9a066c6 + 5c2da76 commit a933787
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Check out code
- name: Checkout code
uses: actions/checkout@v4
- name: Run Unit tests.
run: make test
Expand All @@ -51,11 +51,10 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Check out code
- name: Checkout code
uses: actions/checkout@v4
- name: format Go Code
run: |
make format
run: make format
lint:
runs-on: ubuntu-latest
needs: format
Expand All @@ -64,7 +63,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Check out code
- name: Checkout code
uses: actions/checkout@v4
- name: Lint Go Code
run: |
Expand Down

0 comments on commit a933787

Please sign in to comment.