From 0deecc18f2044a88a067b800093e06f726b543df Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Mon, 11 Oct 2021 06:44:04 -0700 Subject: [PATCH 1/3] remove dev artifacts --- .github/workflows/cpp-linter.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 4eba50bd..30a06b24 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -17,10 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: style: file - files-changed-only: false - # to ignore all demo folder contents except for demo.cpp - # ignore: demo|!demo/demo.cpp - + - name: Fail fast?! if: steps.linter.outputs.checks-failed > 0 run: | From 418ecf63f8c8af88dc9a525626cce9fbe3a8abb9 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Mon, 11 Oct 2021 06:48:14 -0700 Subject: [PATCH 2/3] Remove trailing whitespace --- .github/workflows/cpp-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 30a06b24..1125f995 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: style: file - + - name: Fail fast?! if: steps.linter.outputs.checks-failed > 0 run: | From ba6ba98f4d275169a3295116082b6d5490c09d2b Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Mon, 11 Oct 2021 07:22:31 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a94e39eb..55f24f23 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: style: file - files-changed-only: false - # to ignore all demo folder contents except for demo.cpp - # ignore: demo|!demo/demo.cpp - name: Fail fast?! if: steps.linter.outputs.checks-failed > 0