summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFintasticMan <52415484+FintasticMan@users.noreply.github.com>2022-06-11 21:45:11 +0200
committerGitHub <noreply@github.com>2022-06-11 22:45:11 +0300
commita1385cb481de42028af0a3eb6eb26f51b2911410 (patch)
treebef447b654f894cf9786a3d64d1e11686be36a5f /.github
parentde62620de1a88fdbaafb56ebdfada37b4bf1c54c (diff)
Minor changes to clang-format workflow (#1177)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 9ebacc03..dc850096 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -7,6 +7,7 @@ on:
- '**.cpp'
- '**.h'
- '!src/libs/**'
+ - '!src/FreeRTOS/**'
jobs:
test-format:
@@ -18,8 +19,6 @@ jobs:
- name: Configure git
run: |
- git config --global user.email "-"
- git config --global user.name "Autoformatter"
git fetch origin "$GITHUB_BASE_REF":"$GITHUB_BASE_REF" --depth=1000
- name: Install clang-format