Skip to content

Commit 6e7d805

Browse files
Merge pull request nf-core#163 from zifornd/latest_dev
Fixed liniting issues and prettier issues
2 parents 48d5e4a + f857cf9 commit 6e7d805

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.github/workflows/linting.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ jobs:
6868
GITHUB_PR_COMMIT: ${{ github.event.pull_request.head.sha }}
6969
run: nf-core -l lint_log.txt pipelines lint --release --dir ${GITHUB_WORKSPACE} --markdown lint_results.md
7070

71-
- name: Run nf-core pipelines lint --release
72-
if: ${{ github.base_ref == 'master' }}
73-
env:
74-
GITHUB_COMMENTS_URL: ${{ github.event.pull_request.comments_url }}
75-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76-
GITHUB_PR_COMMIT: ${{ github.event.pull_request.head.sha }}
77-
run: nf-core -l lint_log.txt lint --release --dir ${GITHUB_WORKSPACE} --markdown lint_results.md
78-
7971
- name: Save PR number
8072
if: ${{ always() }}
8173
run: echo ${{ github.event.pull_request.number }} > PR_number.txt

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ template:
1313
outdir: .
1414
skip_features: null
1515
version: 1.0.5
16-
update: null
16+
update: null

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Updated to remove max_memory, max_cpus, max_time and replace with process resourceLimits.
1111
- Updated for nf-core template version 3.0.2.
1212
- Updated to remove lib folder and add utils subworkflows.
13+
1314
## Dev v1.0.5dev - TBD - TBD
1415

1516
- Add first steps of leafcutter splicing quantification
24 Bytes
Loading

0 commit comments

Comments
 (0)