We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c47ff commit 9164d0bCopy full SHA for 9164d0b
.github/workflows/format.yml
@@ -6,18 +6,18 @@ on:
6
push:
7
paths:
8
- "bricks/**/*.[ch]"
9
- - "extmod/*.[ch]"
10
- "lib/pbio/**/*.[ch]"
11
- "py/*.[ch]"
+ - "pybricks/**/*.[ch]"
12
- "bricks/**/*.py"
13
- "tests/**/*.py"
14
- "tools/**/*.py"
15
pull_request:
16
17
18
19
20
21
22
23
tools/codeformat.py
@@ -15,9 +15,9 @@
codeformat.PATHS = [
"bricks/**/*.[ch]",
- "extmod/*.[ch]",
"lib/pbio/**/*.[ch]",
"py/*.[ch]",
+ "pybricks/**/*.[ch]",
# Python
"bricks/**/*.py",
"tests/**/*.py",
0 commit comments