Update workflow

This commit is contained in:
6arelyFuture 2022-03-22 22:31:26 +00:00
parent c8280ca779
commit 3249467672
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -1,5 +1,12 @@
name: clang-format Check
on: [push, pull_request]
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
types: [opened, synchronize, reopened]
jobs:
formatting-check:
name: Formatting Check