mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
15 lines
268 B
YAML
15 lines
268 B
YAML
name: Linter
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: DoozyX/clang-format-lint-action@v0.13
|
|
with:
|
|
source: '.'
|
|
extensions: 'h,cpp,c'
|
|
clangFormatVersion: 12
|