-
Notifications
You must be signed in to change notification settings - Fork 15
ci(dry-run): Add dry run build and PR template #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # Motivation and Context | ||
|
|
||
| Please include relevant motivation and context of the problem along with a short summary of the solution. | ||
|
|
||
| ## Changes | ||
|
|
||
| Please provide a detailed bullet point list of your changes. | ||
|
|
||
| - | ||
|
|
||
| ## Testing | ||
|
|
||
| Please describe any unit tests you added or modified to verify your changes. | ||
|
|
||
| ## Checklist Before Requesting a Review | ||
| - [ ] I have read the MSstats [contributing guidelines](https://github.com/Vitek-Lab/MSstatsConvert/blob/master/.github/CONTRIBUTING.md) | ||
| - [ ] My changes generate no new warnings | ||
| - [ ] Any dependent changes have been merged and published in downstream modules | ||
| - [ ] I have run the devtools::document() command after my changes and committed the added files | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| name: Dry runs for PRs | ||
| on: | ||
| pull_request: | ||
| branches: [devel] | ||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
| - name: Setup R and Bioconductor | ||
| uses: grimbough/bioc-actions/setup-bioc@v1 | ||
| with: | ||
| bioc-version: devel | ||
| - name: Install dependencies | ||
| uses: r-lib/actions/setup-r-dependencies@v2 | ||
| - name: Build, Install, Check | ||
| uses: grimbough/bioc-actions/build-install-check@v1 | ||
|
Comment on lines
+9
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Pin action revisions for supply-chain safety Tag references ( -uses: actions/checkout@v4
+uses: actions/checkout@v4 # 4d5d7b9f9e63e7f0d…Do the same for the other three actions. 🧰 Tools🪛 YAMLlint (1.37.1)[error] 18-18: no new line character at the end of file (new-line-at-end-of-file) 🤖 Prompt for AI Agents |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,3 +5,4 @@ | |
| *.log | ||
| ./*.txt | ||
| *.Rproj | ||
| *.DS_Store | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Update link to project-local contributing guide
The link points to
MSstatsConvert, notMSstatsTMT.📝 Committable suggestion
🤖 Prompt for AI Agents