We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bda30e commit baf1f0bCopy full SHA for baf1f0b
1 file changed
.github/workflows/main.yml
@@ -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