Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Use the correct owner and repo name #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run nf-core linting
uses: maxibor/nf-core-gh-action@master
uses: nf-core/gh-actions-lint@master
with:
nextflow_version: '20.04.1'
nfcore_version: '1.9'
Expand Down