mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix CI
This commit is contained in:
parent
59140e275e
commit
b248338c77
1 changed files with 4 additions and 3 deletions
7
.github/workflows/create_release.yml
vendored
7
.github/workflows/create_release.yml
vendored
|
|
@ -17,10 +17,11 @@ jobs:
|
|||
- name: checkout source
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: run protolint
|
||||
uses: plexsystems/protolint-action@v0.2.0
|
||||
- uses: bufbuild/buf-setup-action@v1
|
||||
- uses: bufbuild/buf-lint-action@v1
|
||||
- uses: bufbuild/buf-breaking-action@v1
|
||||
with:
|
||||
configDirectory: .
|
||||
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=master"
|
||||
|
||||
release:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue