From 0f0f43a978522e058f625b663de293907a5e690c Mon Sep 17 00:00:00 2001 From: Richel Bilderbeek Date: Thu, 30 Mar 2023 10:08:25 +0200 Subject: [PATCH] Use the correct owner and repo name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5e109f..2c4c045 100644 --- a/README.md +++ b/README.md @@ -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'