Skip to content

Commit

Permalink
ci: Update prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Nov 13, 2023
1 parent 7b5f380 commit 004ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- run: npm install --global prettier@3.0.3
- run: npm install --global prettier@3.1.0
# Prettier thinks our fragment shaders are JS-something and complains
# about syntax errors.
- run: npx prettier --ignore-path .gitignore --write . '!**/*.frag'
Expand Down

0 comments on commit 004ce25

Please sign in to comment.