Skip to content

Commit 59fbe6f

Browse files
committed
Do not format minified javascript files
1 parent 81f25b7 commit 59fbe6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
run: npm install --save-dev prettier
5050

5151
- name: Run Prettier check
52-
run: npx prettier --check "**/*.{js,json,yaml,yml,md,html,css}"
52+
run: npx prettier --check "**/*.{js,json,yaml,yml,md,html,css}" '!*.min.js'

0 commit comments

Comments
 (0)