Skip to content

Commit

Permalink
asher: again
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Sep 21, 2022
1 parent 5de48da commit 77adf7b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
uses: tj-actions/[email protected]
with:
files: |
**.sh
**.bats
*.sh
*.bats
- name: Install Node.js v16
if: steps.changed-files.outputs.any_changed == 'true'
Expand Down Expand Up @@ -145,8 +145,8 @@ jobs:
uses: tj-actions/[email protected]
with:
files: |
**.ts
**.js
*.ts
*.js
files_ignore: |
lib/vscode
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"audit-ci": "^6.0.0",
"doctoc": "^2.0.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/node/entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ async function entry(): Promise<void> {
return wrapper.start(args)
}

// ignore me
entry().catch((error) => {
logger.error(error.message)
wrapper.exit(error)
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1152,10 +1152,10 @@ escodegen@^1.8.1:
optionalDependencies:
source-map "~0.6.1"

eslint-config-prettier@^8.1.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
eslint-config-prettier@^8.5.0:
version "8.5.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==

eslint-import-resolver-node@^0.3.4:
version "0.3.4"
Expand Down

0 comments on commit 77adf7b

Please sign in to comment.