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 | |
| 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
| -rw-r--r-- | .github/workflows/validate.yml | 3 | ||||
| -rw-r--r-- | .gitignore | 17 |
2 files changed, 1 insertions, 19 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 diff --git a/.gitignore b/.gitignore index 7fe7d21b6..cbe3a46e7 100644 --- a/.gitignore +++ b/.gitignore @@ -162,23 +162,6 @@ AutoTest.Net/ -# NuGet Packages -*.nupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - - # Windows Store app package directories and files AppPackages/ BundleArtifacts/ |