Skip to content

Commit

Permalink
Pin the version of prettier to match the nf-core dependency we have
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Jan 22, 2024
1 parent 50d2a71 commit 5388d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-node@v4

- name: Install Prettier
run: npm install -g prettier
run: npm install -g prettier@3.1.0

- name: Run Prettier --check
run: prettier --check ${GITHUB_WORKSPACE}
Expand Down

0 comments on commit 5388d77

Please sign in to comment.