Skip to content

Commit

Permalink
feat(ci): upgrade to prettier v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Dec 17, 2024
1 parent 93cdb8e commit eb361d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: npm run lint
- name: Assert LESS files formatting using Prettier
run: >
yarn add -D prettier@3
yarn add -D prettier@^3
&& npx prettier --loglevel warn '!dist' '!test/coverage' '!src/semantic.less' '**/*.{css,less,overrides,variables}' --write
&& git restore package.json yarn.lock
&& git add . -N && git diff --color --exit-code
Expand Down

0 comments on commit eb361d3

Please sign in to comment.