Skip to content

Commit 1fde2bc

Browse files
committed
changed ruleset pattern typo
1 parent 8defa9a commit 1fde2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruleset.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</description>
1010

1111
<!-- Only run on Fortran files in src/ directory and Python files in toolchain/ directory -->
12-
<filepattern><MFC/>src/.*\.(f|fpp|for|f90|f95|f03|f08)$</filepattern>
13-
<filepattern><MFC/>toolchain/.*\.(py)$</filepattern>
12+
<include-pattern>.*/src/.*\.(f|fpp|for|f90|f95|f03|f08)$</include-pattern>
13+
<include-pattern>.*/toolchain/.*\.py$</include-pattern>
1414

1515
</ruleset>

0 commit comments

Comments
 (0)