Actions updates

This commit is contained in:
Allen Byrne
2020-10-02 10:19:27 -05:00
parent 4b01ab73cc
commit 1a4c5cc22c
2 changed files with 9 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
name: clang-format Check
on: [push, pull_request]
on: [workflow_dispatch, push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C programs.