Skip to content

chore(deps): bump protobufs to 2.7.26.90-gf55e85a-SNAPSHOT (#6116) #838

chore(deps): bump protobufs to 2.7.26.90-gf55e85a-SNAPSHOT (#6116)

chore(deps): bump protobufs to 2.7.26.90-gf55e85a-SNAPSHOT (#6116) #838

Workflow file for this run

name: Main CI (Verify & Build)
on:
push:
branches: [ main ]
paths-ignore:
- '**/*.md'
- 'docs/**'
permissions:
contents: read
concurrency:
group: main-${{ github.ref }}
cancel-in-progress: true
jobs:
validate-and-build:
if: github.repository == 'meshtastic/Meshtastic-Android'
uses: ./.github/workflows/reusable-check.yml
with:
run_lint: true
run_unit_tests: false
upload_artifacts: true
secrets: inherit