File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ jobs:
101
101
uses :
tj-actions/[email protected]
102
102
with :
103
103
files : |
104
- ** .sh
105
- ** .bats
104
+ *.sh
105
+ *.bats
106
106
107
107
- name : Install Node.js v16
108
108
if : steps.changed-files.outputs.any_changed == 'true'
@@ -145,8 +145,8 @@ jobs:
145
145
uses :
tj-actions/[email protected]
146
146
with :
147
147
files : |
148
- ** .ts
149
- ** .js
148
+ *.ts
149
+ *.js
150
150
files_ignore : |
151
151
lib/vscode
152
152
Original file line number Diff line number Diff line change 56
56
"audit-ci" : " ^6.0.0" ,
57
57
"doctoc" : " ^2.0.0" ,
58
58
"eslint" : " ^7.7.0" ,
59
- "eslint-config-prettier" : " ^8.1 .0" ,
59
+ "eslint-config-prettier" : " ^8.5 .0" ,
60
60
"eslint-import-resolver-typescript" : " ^2.5.0" ,
61
61
"eslint-plugin-import" : " ^2.18.2" ,
62
62
"eslint-plugin-prettier" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ async function entry(): Promise<void> {
60
60
return wrapper . start ( args )
61
61
}
62
62
63
+ // ignore me
63
64
entry ( ) . catch ( ( error ) => {
64
65
logger . error ( error . message )
65
66
wrapper . exit ( error )
Original file line number Diff line number Diff line change @@ -1152,10 +1152,10 @@ escodegen@^1.8.1:
1152
1152
optionalDependencies :
1153
1153
source-map "~0.6.1"
1154
1154
1155
- eslint-config-prettier@^8.1 .0 :
1156
- version "8.3 .0"
1157
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3 .0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a "
1158
- integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew ==
1155
+ eslint-config-prettier@^8.5 .0 :
1156
+ version "8.5 .0"
1157
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5 .0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1 "
1158
+ integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q ==
1159
1159
1160
1160
eslint-import-resolver-node@^0.3.4 :
1161
1161
version "0.3.4"
You can’t perform that action at this time.
0 commit comments