mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
refine selection
This commit is contained in:
parent
0530747a65
commit
e436282f8b
2 changed files with 12 additions and 3 deletions
7
.github/workflows/desktop-lint.yml
vendored
7
.github/workflows/desktop-lint.yml
vendored
|
|
@ -3,14 +3,19 @@ name: Code Style (C++)
|
|||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**'
|
||||
- '*/**' # matches all files not in root
|
||||
- '!**.md'
|
||||
- '!.ci/**'
|
||||
- '!.github/**'
|
||||
- '!.husky'
|
||||
- '!.tx'
|
||||
- '!doc/**'
|
||||
- '!webclient/**'
|
||||
- '.github/workflows/desktop-lint.yml'
|
||||
- '.ci/lint_cpp.sh'
|
||||
- '.clang-format'
|
||||
- '.cmake-format.json'
|
||||
- 'format.sh'
|
||||
|
||||
jobs:
|
||||
format:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue