Skip to content

Commit

Permalink
Changed to all lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Aug 2, 2023
1 parent 4f7c9ac commit 60ca551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

jobs:
Prettier:
prettier:
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Run Prettier --check
run: prettier --check .

EditorConfig:
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:
confirm-pass:
runs-on: ubuntu-latest
needs: [Prettier, EditorConfig, pytest-changes, nf-core-lint, pytest, nf-test-changes, nf-test]
needs: [prettier, editorconfig, pytest-changes, nf-core-lint, pytest, nf-test-changes, nf-test]
if: always()
steps:
- name: All tests ok
Expand Down

0 comments on commit 60ca551

Please sign in to comment.