Skip to content

Merge pull request #417 from helium/mj/revert-unsettled #1406

Merge pull request #417 from helium/mj/revert-unsettled

Merge pull request #417 from helium/mj/revert-unsettled #1406

Workflow file for this run

name: Lint CI
on:
push:
branches: [master]
tags: ['v*']
pull_request:
branches: [master]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cancel previous runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Run clang-format for protobuf files
uses: jidicula/[email protected]
with:
clang-format-version: '15'
check-path: 'src'