Skip to content

Commit d9efe72

Browse files
committed
fix lint
1 parent dd76005 commit d9efe72

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
uses: actions/upload-artifact@v4
7070
with:
7171
name: dist
72-
path: dist/
72+
path: dist/

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
accessKeyId: ${{ secrets.ACCESS_KEY_ID }}
6161
secretAccessKey: ${{ secrets.SECRET_ACCESS_KEY }}
6262
bucketName: ${{ secrets.BUCKET }}
63-
sourceDir: ./__fixtures__/upload
63+
sourceDir: ./__fixtures__/upload

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545

4646
- name: Perform CodeQL Analysis
4747
id: analyze
48-
uses: github/codeql-action/analyze@v3
48+
uses: github/codeql-action/analyze@v3

.github/workflows/licensed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
# Last, check the status of the cached licenses.
7272
- name: Check Licenses
7373
id: check-licenses
74-
run: licensed status
74+
run: licensed status

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
VALIDATE_JSCPD: false
5151
VALIDATE_TYPESCRIPT_ES: false
5252
VALIDATE_JSON: false
53-
VALIDATE_TYPESCRIPT_STANDARD: false
53+
VALIDATE_TYPESCRIPT_STANDARD: false

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"format:check": "pnpx prettier --check .",
1313
"lint": "pnpx eslint .",
1414
"local-action": "pnpx @github/local-action . src/main.ts .env",
15-
"package": "pnpx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
15+
"package": "npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
1616
"package:watch": "pnpm run package -- --watch",
1717
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 pnpx jest",
1818
"all": "pnpm run format:write && pnpm run lint && pnpm run test && pnpm run coverage && pnpm run package"

0 commit comments

Comments
 (0)