Skip to content

Create main.yml

Create main.yml #1

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-action@v0.1.5

Check failure on line 10 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
repo_url: https://github.com/${{ github.repository }}
is_fork: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
pr_sha: ${{ github.event.pull_request.head.sha }}
secrets:
RSFC_TOKEN: ${{ secrets.PYPI_PASSWORD}}