summaryrefslogtreecommitdiff
path: root/.github/workflows/clang-format-lint.yml
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-11-27 14:57:22 +0000
committerPete Johanson <peter@peterjohanson.com>2020-11-28 17:00:37 -0500
commit7babe7f1856ed0a586d0e1715639de806b28bc48 (patch)
tree05de912ead2227176c847773c0a5e2a77d25d4ec /.github/workflows/clang-format-lint.yml
parente6d863c61090c5f236657f67d688fafa349a5e55 (diff)
refactor(workflows): align GitHub workflow conventions
Cosmetic pass at aligning the conventions used in ZMK's workflows with GitHub's examples. Based on examples found at: https://github.com/actions/starter-workflows PR #433
Diffstat (limited to '.github/workflows/clang-format-lint.yml')
-rw-r--r--.github/workflows/clang-format-lint.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml
index 6eb73cc..8bd4275 100644
--- a/.github/workflows/clang-format-lint.yml
+++ b/.github/workflows/clang-format-lint.yml
@@ -1,4 +1,4 @@
-name: clang-format-lint
+name: Clang Format
on:
push:
@@ -21,8 +21,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
- name: clang-format lint
-
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.9