Skip to content

Commit 4a31c75

Browse files
committed
fix matlab agent path and autopep8
1 parent 9e1d83c commit 4a31c75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/matlab-agent-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: MATLAB Agent Tests
33
on:
44
push:
55
paths:
6-
- "agent/matlab/**"
6+
- "agents/matlab/**"
77
- ".github/workflows/matlab-agent-tests.yml"
88
pull_request:
99
paths:
10-
- "agent/matlab/**"
10+
- "agents/matlab/**"
1111

1212
jobs:
1313
test:

.github/workflows/simulation-bridge-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# ---------- autopep8 ----------
2828
- name: Check formatting with autopep8
2929
run: |
30-
poetry run autopep8 --recursive --diff --exit-code .
30+
poetry run autopep8 --recursive --diff .
3131
3232
# ---------- pylint ----------
3333
- name: Run pylint (fail under 8.0/10)

0 commit comments

Comments
 (0)