Skip to content

Commit

Permalink
Added pfr/modules key
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Apr 23, 2024
1 parent 43d5560 commit e1ca2d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
GITHUB_COMMENTS_URL: ${{ github.event.pull_request.comments_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PR_COMMIT: ${{ github.event.pull_request.head.sha }}
run: nf-core -l lint_log.txt lint --dir ${GITHUB_WORKSPACE} --markdown lint_results.md
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.PFR_NXF_MODULES_SSH_KEY }}'
nf-core -l lint_log.txt lint --dir ${GITHUB_WORKSPACE} --markdown lint_results.md
- name: Save PR number
if: ${{ always() }}
Expand Down

0 comments on commit e1ca2d7

Please sign in to comment.