aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-06-09 11:07:06 +0200
committerStefan Boberg <[email protected]>2023-06-09 11:07:06 +0200
commit65f13a76f98830bc72d58b209225b736e9d0046d (patch)
tree3f0b0d3066edac0668eb8809aafd2f023f9a6153 /.github/workflows
parentchanged ZEN_ERROR to ZEN_WARN to reduce Sentry noise (diff)
downloadzen-65f13a76f98830bc72d58b209225b736e9d0046d.tar.xz
zen-65f13a76f98830bc72d58b209225b736e9d0046d.zip
narrowed scope of clang-format action
also removed some unnecessary entries from .gitignore
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/validate.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 3d42ad958..e0a8b6a8f 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -38,8 +38,7 @@ jobs:
uses: jidicula/[email protected]
with:
clang-format-version: '13'
- check-path: '.'
- exclude-regex: (.*thirdparty.*)
+ check-path: 'src'
windows-build:
needs: cancel-old-build