Skip to content

Commit

Permalink
Merge 9f8901c into 1fd03b3
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej-fabry committed Feb 21, 2020
2 parents 1fd03b3 + 9f8901c commit 18f4499
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
run: pip install --user yamllint
- name: Run yamllint
run: ~/.local/bin/yamllint -c .yamllint.yml .
checkproto:
name: check proto
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run check-proto
run: make check-proto
# shellcheck:
# name: shellcheck
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 18f4499

Please sign in to comment.