Loading .github/workflows/converter_tests.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ jobs: - name: Lint converters run: | mapfile -t TOOL_ARRAY < tool_list.txt planemo lint --skip citations,stdio,help --report_level warn "${TOOL_ARRAY[@]}" planemo lint --skip CitationsMissing,HelpEmpty,HelpMissing --report_level warn "${TOOL_ARRAY[@]}" - name: Run tests run: | mapfile -t TOOL_ARRAY < tool_list.txt Loading Loading
.github/workflows/converter_tests.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ jobs: - name: Lint converters run: | mapfile -t TOOL_ARRAY < tool_list.txt planemo lint --skip citations,stdio,help --report_level warn "${TOOL_ARRAY[@]}" planemo lint --skip CitationsMissing,HelpEmpty,HelpMissing --report_level warn "${TOOL_ARRAY[@]}" - name: Run tests run: | mapfile -t TOOL_ARRAY < tool_list.txt Loading