Skip to content

Commit 326e6cc

Browse files
authored
feat(lint): upgrade prettier to 2.8.3-patched
prettier v2.8.3 was fixed officially excl. one last patch - see fomantic/[email protected] (release)
1 parent 7b0c4bd commit 326e6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: npm run lint
1717
- name: Assert LESS files formatting using Prettier
1818
run: >
19-
yarn add -D github:fomantic/prettier#2.8.1-patched
19+
yarn add -D github:fomantic/prettier#2.8.3-patched
2020
&& npx prettier --loglevel warn '!dist' '!test/coverage' '!src/semantic.less' '**/*.{css,less,overrides,variables}' --write
2121
&& git restore package.json yarn.lock
2222
&& git add . -N && git diff --color --exit-code

0 commit comments

Comments
 (0)