Move GpsCoordinateFormat gps_format And enum GpsCoordinateFormat to Device_UI Protobuf, Add Maidenhead Option #735
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pull-request | |
permissions: | |
contents: read | |
pull-requests: write | |
on: pull_request | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Buf PR Checks | |
uses: bufbuild/[email protected] | |
with: | |
github_token: ${{ github.token }} | |
token: ${{ secrets.BUF_TOKEN }} | |
format: true | |
lint: true | |
breaking: true |