You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
312 B

  1. name: Proto check
  2. on: [pull_request]
  3. jobs:
  4. proto-checks:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@master
  8. - uses: docker-practice/actions-setup-docker@master
  9. - name: lint
  10. run: make proto-lint
  11. - name: check-breakage
  12. run: make proto-check-breaking-ci