Skip to content

Commit 77adf7b

Browse files
committed
asher: again
1 parent 5de48da commit 77adf7b

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
uses: tj-actions/[email protected]
102102
with:
103103
files: |
104-
**.sh
105-
**.bats
104+
*.sh
105+
*.bats
106106
107107
- name: Install Node.js v16
108108
if: steps.changed-files.outputs.any_changed == 'true'
@@ -145,8 +145,8 @@ jobs:
145145
uses: tj-actions/[email protected]
146146
with:
147147
files: |
148-
**.ts
149-
**.js
148+
*.ts
149+
*.js
150150
files_ignore: |
151151
lib/vscode
152152

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"audit-ci": "^6.0.0",
5757
"doctoc": "^2.0.0",
5858
"eslint": "^7.7.0",
59-
"eslint-config-prettier": "^8.1.0",
59+
"eslint-config-prettier": "^8.5.0",
6060
"eslint-import-resolver-typescript": "^2.5.0",
6161
"eslint-plugin-import": "^2.18.2",
6262
"eslint-plugin-prettier": "^4.0.0",

src/node/entry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ async function entry(): Promise<void> {
6060
return wrapper.start(args)
6161
}
6262

63+
// ignore me
6364
entry().catch((error) => {
6465
logger.error(error.message)
6566
wrapper.exit(error)

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,10 +1152,10 @@ escodegen@^1.8.1:
11521152
optionalDependencies:
11531153
source-map "~0.6.1"
11541154

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==
11591159

11601160
eslint-import-resolver-node@^0.3.4:
11611161
version "0.3.4"

0 commit comments

Comments
 (0)