Skip to content

Commit ecaab12

Browse files
committed
get exlude dir path corret
1 parent ced21c9 commit ecaab12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Install dependencies (flake8)
2828
run: pip install -r code/.github/workflows/requirements.txt
2929
- name: Lint
30-
run: flake8 code/addon --max-line-length=130 --extend-exclude=addon/globalPlugins/MathCAT/yaml/*
30+
run: flake8 code/addon --max-line-length=130 --extend-exclude=code/addon/globalPlugins/MathCAT/yaml/*

0 commit comments

Comments
 (0)