Skip to content

Add GitHub Actions workflow for Resqui CI #1

Add GitHub Actions workflow for Resqui CI

Add GitHub Actions workflow for Resqui CI #1

Workflow file for this run

name: Run Resqui CI
on:
push:
jobs:
run-resqui:
runs-on: ubuntu-latest
# make sure to match the environment's name
environment: resqui
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run resqui action
uses: EVERSE-ResearchSoftware/QualityPipelines@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
dashverse_token: ${{ secrets.DASHVERSE_TOKEN }}
# a configuartion file is optional and can be placed at the root of the repository
# config: .resqui.json