mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-01-30 16:05:35 +02:00
Add linter workflow (#33)
This commit is contained in:
25
.github/workflows/lint.yml
vendored
Normal file
25
.github/workflows/lint.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
clang-format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DoozyX/clang-format-lint-action@v0.15
|
||||
with:
|
||||
clangFormatVersion: 15
|
||||
|
||||
buildify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: thompsonja/bazel-buildifier@v0.4.0
|
||||
with:
|
||||
warnings: all
|
||||
|
||||
Reference in New Issue
Block a user