asher: again

This commit is contained in:
Joe Previte 2022-09-21 14:32:23 -07:00
parent 5de48da8bf
commit 77adf7bda8
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
4 changed files with 10 additions and 9 deletions

View File

@ -101,8 +101,8 @@ jobs:
uses: tj-actions/changed-files@v23.2
with:
files: |
**.sh
**.bats
*.sh
*.bats
- name: Install Node.js v16
if: steps.changed-files.outputs.any_changed == 'true'
@ -145,8 +145,8 @@ jobs:
uses: tj-actions/changed-files@v23.2
with:
files: |
**.ts
**.js
*.ts
*.js
files_ignore: |
lib/vscode

View File

@ -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",

View File

@ -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)

View File

@ -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"