From 3946d57bc11830ca5dae84eec08901acd891c9fe Mon Sep 17 00:00:00 2001 From: Usman Rashid Date: Wed, 9 Oct 2024 22:21:01 +1300 Subject: [PATCH] Fixed CI and linting issues --- .github/workflows/ci.yml | 2 +- .github/workflows/linting.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 489cbfaf..583783db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: strategy: matrix: NXF_VER: - - "23.04.0" + - "24.04.2" steps: - name: Check out pipeline code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1bb5ff31..48ffb883 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -45,7 +45,7 @@ jobs: uses: pietrobolcato/action-read-yaml@1.0.0 id: read_yml with: - config: ${{ github.workspace }}/.nf-core.yaml + config: ${{ github.workspace }}/.nf-core.yml - name: Install dependencies run: |