We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f25b7 commit 59fbe6fCopy full SHA for 59fbe6f
.github/workflows/lint.yml
@@ -49,4 +49,4 @@ jobs:
49
run: npm install --save-dev prettier
50
51
- name: Run Prettier check
52
- run: npx prettier --check "**/*.{js,json,yaml,yml,md,html,css}"
+ run: npx prettier --check "**/*.{js,json,yaml,yml,md,html,css}" '!*.min.js'
0 commit comments