Skip to content

Commit a1d3ec5

Browse files
committed
Add resqui for testing
1 parent 5990ddb commit a1d3ec5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/resqui.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Run resqui
2+
3+
jobs:
4+
resqui:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: resqui
8+
uses: EVERSE-ResearchSoftware/QualityPipelines@initial-setup
9+
with:
10+
url: ${{ inputs.url }}
11+
config: ${{ inputs.config }}
12+

0 commit comments

Comments
 (0)