mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
fix
This commit is contained in:
parent
fd42c5383d
commit
82a12dd19a
1 changed files with 4 additions and 3 deletions
7
.github/workflows/desktop-lint.yml
vendored
7
.github/workflows/desktop-lint.yml
vendored
|
|
@ -5,15 +5,16 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- '**'
|
- '*/**' # matches all files not in root
|
||||||
- '!**.md'
|
- '!**.md'
|
||||||
|
- '!.ci/**'
|
||||||
- '!.github/**'
|
- '!.github/**'
|
||||||
- '!.husky/**'
|
- '!.husky/**'
|
||||||
- '!.tx/**'
|
- '!.tx/**'
|
||||||
- '!doc/**'
|
- '!doc/**'
|
||||||
- '!webclient/**'
|
- '!webclient/**'
|
||||||
- '.github/workflows/desktop-lint.yml'
|
|
||||||
- '.ci/lint_cpp.sh'
|
- '.ci/lint_cpp.sh'
|
||||||
|
- '.github/workflows/desktop-lint.yml'
|
||||||
- '.clang-format'
|
- '.clang-format'
|
||||||
- '.cmake-format.json'
|
- '.cmake-format.json'
|
||||||
- 'format.sh'
|
- 'format.sh'
|
||||||
|
|
@ -27,8 +28,8 @@ on:
|
||||||
- '!.tx/**'
|
- '!.tx/**'
|
||||||
- '!doc/**'
|
- '!doc/**'
|
||||||
- '!webclient/**'
|
- '!webclient/**'
|
||||||
- '.github/workflows/desktop-lint.yml'
|
|
||||||
- '.ci/lint_cpp.sh'
|
- '.ci/lint_cpp.sh'
|
||||||
|
- '.github/workflows/desktop-lint.yml'
|
||||||
- '.clang-format'
|
- '.clang-format'
|
||||||
- '.cmake-format.json'
|
- '.cmake-format.json'
|
||||||
- 'format.sh'
|
- 'format.sh'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue