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 9e1d83c commit 4a31c75Copy full SHA for 4a31c75
.github/workflows/matlab-agent-tests.yml
@@ -3,11 +3,11 @@ name: MATLAB Agent Tests
3
on:
4
push:
5
paths:
6
- - "agent/matlab/**"
+ - "agents/matlab/**"
7
- ".github/workflows/matlab-agent-tests.yml"
8
pull_request:
9
10
11
12
jobs:
13
test:
.github/workflows/simulation-bridge-lint.yml
@@ -27,7 +27,7 @@ jobs:
27
# ---------- autopep8 ----------
28
- name: Check formatting with autopep8
29
run: |
30
- poetry run autopep8 --recursive --diff --exit-code .
+ poetry run autopep8 --recursive --diff .
31
32
# ---------- pylint ----------
33
- name: Run pylint (fail under 8.0/10)
0 commit comments