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 947c27d commit 3380734Copy full SHA for 3380734
.github/workflows/check-recipes-style.yml
@@ -15,8 +15,14 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
18
- - name: Flake8 lint on meshing recipes
+ - name: Flake8 lint on meshing
19
uses: py-actions/flake8@v2
20
with:
21
ignore: "E501,F405,F403"
22
- path: "meshing*"
+ path: "meshing"
23
+
24
+ - name: Flake8 lint on meshing_supersede
25
+ uses: py-actions/flake8@v2
26
+ with:
27
+ ignore: "E501,F405,F403"
28
+ path: "meshing_supersede"
0 commit comments