Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbreaker committed Aug 2, 2023
1 parent 364aaa8 commit dd5cb65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- uses: actions/checkout@v3
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
- uses: arduino/setup-protoc@v1
with:
repo-token: ${{ github.token }}
- name: Lint
run: make lint
- name: Generate
Expand Down

0 comments on commit dd5cb65

Please sign in to comment.