Skip to content

Commit 9164d0b

Browse files
committed
.github: update format paths
extmod has been replaced by pybricks
1 parent 23c47ff commit 9164d0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ on:
66
push:
77
paths:
88
- "bricks/**/*.[ch]"
9-
- "extmod/*.[ch]"
109
- "lib/pbio/**/*.[ch]"
1110
- "py/*.[ch]"
11+
- "pybricks/**/*.[ch]"
1212
- "bricks/**/*.py"
1313
- "tests/**/*.py"
1414
- "tools/**/*.py"
1515
pull_request:
1616
paths:
1717
- "bricks/**/*.[ch]"
18-
- "extmod/*.[ch]"
1918
- "lib/pbio/**/*.[ch]"
2019
- "py/*.[ch]"
20+
- "pybricks/**/*.[ch]"
2121
- "bricks/**/*.py"
2222
- "tests/**/*.py"
2323
- "tools/**/*.py"

tools/codeformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
codeformat.PATHS = [
1717
"bricks/**/*.[ch]",
18-
"extmod/*.[ch]",
1918
"lib/pbio/**/*.[ch]",
2019
"py/*.[ch]",
20+
"pybricks/**/*.[ch]",
2121
# Python
2222
"bricks/**/*.py",
2323
"tests/**/*.py",

0 commit comments

Comments
 (0)