Skip to content

Commit

Permalink
ci: run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 28, 2024
1 parent 5c1ec14 commit 9e8ddfa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,27 @@ jobs:
- uses: trim21/setup-poetry@dist/v2
- uses: trim21/install-poetry-project@dist/v2
- uses: trim21/actions/pre-commit@master

codegen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- uses: actions/setup-python@v5
with:
python-version: "3.10"

- uses: trim21/setup-poetry@dist/v2
- uses: trim21/install-poetry-project@dist/v2
- name: Install Task
uses: arduino/setup-task@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}.

- run: task gen-grpc

- uses: autofix-ci/[email protected]
with:
fail-fast: false

0 comments on commit 9e8ddfa

Please sign in to comment.