Skip to content

Commit ce52d75

Browse files
committed
fix moxunit action version
1 parent d23479b commit ce52d75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
submodules: true
1717
fetch-depth: 1
1818
- name: MOxUnit Action
19-
uses: joergbrech/[email protected]
19+
uses: joergbrech/[email protected].0
2020
with:
2121
tests: tests
2222
src: src

manualTests/miss_hit.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# style guide (https://florianschanda.github.io/miss_hit/style_checker.html)
2+
regex_function_name: "((test_[a-z]+)|[a-z]+)(([A-Z]){1}[A-Za-z]+)*"
3+
regex_script_name: "((test_[a-z]+)|[a-z]+)(([A-Z]){1}[A-Za-z]+)*"
4+
regex_parameter_name: "test_suite|[A-Z]{2,}|[a-z]+([A-Z]+[a-z]*)*"

0 commit comments

Comments
 (0)