diff options
| author | Stefan Boberg <[email protected]> | 2023-06-09 11:07:06 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-06-09 11:07:06 +0200 |
| commit | 65f13a76f98830bc72d58b209225b736e9d0046d (patch) | |
| tree | 3f0b0d3066edac0668eb8809aafd2f023f9a6153 /.github/workflows | |
| parent | changed ZEN_ERROR to ZEN_WARN to reduce Sentry noise (diff) | |
| download | zen-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.yml | 3 |
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 |