Skip to content

Commit

Permalink
remove build step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-baby committed Jun 19, 2024
1 parent 248313f commit c4d072a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,3 @@ jobs:

- name: Coverage
run: bash <(curl -s https://codecov.io/bash)

build:
if: ${{ !github.event.pull_request.draft }}
name: build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.14
cache: true

- name: Run Build.
run: go build ./...

0 comments on commit c4d072a

Please sign in to comment.