Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej-fabry committed Aug 4, 2020
1 parent 68607e6 commit a8b3e5a
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/ci.yml
@@ -1,8 +1,8 @@
---
name: CI
on:
on:
push:
branches: master
branches: master
pull_request:

jobs:
Expand All @@ -24,16 +24,6 @@ jobs:
- uses: actions/checkout@v2
- name: Run check-proto
run: make check-proto
# shellcheck:
# name: shellcheck
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: shellcheck
# uses: reviewdog/action-shellcheck@v1
# with:
# github_token: ${{ secrets.github_token }}
# reporter: github-check
checkgomod:
name: check go.mod
runs-on: ubuntu-latest
Expand All @@ -56,6 +46,17 @@ jobs:
go-version: 1.13
- run: |
go build -v ./...
# shellcheck:
# name: shellcheck
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: shellcheck
# uses: reviewdog/action-shellcheck@v1
# with:
# github_token: ${{ secrets.github_token }}
# reporter: github-check
# test:
# name: test
# runs-on: ubuntu-latest
Expand Down

0 comments on commit a8b3e5a

Please sign in to comment.