Skip to content

Commit baf1f0b

Browse files
Create main.yml
1 parent 2bda30e commit baf1f0b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Run RSFC analysis
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
types: [opened, synchronize, reopened]
7+
8+
jobs:
9+
run-rsfc-checks:
10+
uses: oeg-upm/rsfc-action@v0.1.5
11+
with:
12+
repo_url: https://github.com/${{ github.repository }}
13+
is_fork: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
14+
pr_sha: ${{ github.event.pull_request.head.sha }}
15+
secrets:
16+
RSFC_TOKEN: ${{ secrets.PYPI_PASSWORD}}

0 commit comments

Comments
 (0)