Skip to content

Commit

Permalink
Merge pull request #168 from alpha-baby/remove_build
Browse files Browse the repository at this point in the history
remove build step in ci
  • Loading branch information
agiledragon authored Jun 19, 2024
2 parents 248313f + c4d072a commit dde4dd3
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 dde4dd3

Please sign in to comment.