From 7babe7f1856ed0a586d0e1715639de806b28bc48 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 27 Nov 2020 14:57:22 +0000 Subject: 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 --- .github/workflows/clang-format-lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github/workflows/clang-format-lint.yml') 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 -- cgit v1.2.3