Skip to content

Commit

Permalink
feat(lint): upgrade prettier to 2.8.3-patched
Browse files Browse the repository at this point in the history
prettier v2.8.3 was fixed officially excl. one last patch - see fomantic/prettier@2.8.3-patched (release)
  • Loading branch information
mvorisek committed Jan 20, 2023
1 parent 7b0c4bd commit 326e6cc
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 github:fomantic/prettier#2.8.1-patched
yarn add -D github:fomantic/prettier#2.8.3-patched
&& 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 326e6cc

Please sign in to comment.