Skip to content

caller action to run rscf analysis #2

caller action to run rscf analysis

caller action to run rscf analysis #2

Workflow file for this run

name: Run RSFC analysis
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
jobs:
run-rsfc-checks:
uses: oeg-upm/rsfc/.github/workflows/run-rsfc.yml@main
with:
repo_url: https://github.com/${{ github.repository }}
secrets:
RSFC_TOKEN: ${{ secrets.RSFC_TOKEN }}