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
This commit is contained in:
parent
e6d863c610
commit
7babe7f185
4 changed files with 23 additions and 30 deletions
4
.github/workflows/clang-format-lint.yml
vendored
4
.github/workflows/clang-format-lint.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue