Add Clang Format Check on push

master
jcdr428 2022-01-23 11:55:01 +01:00 committed by GitHub
parent ab7f68ec76
commit 62a086439a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
name: Code Style Check
on:
push:
branches: [master]
pull_request:
branches:
- master
branches: [master]
jobs:
code-style: