Skip to content

Commit be3ddaf

Browse files
committed
Fix tests and type check
1 parent 559caf7 commit be3ddaf

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
.venv
55
.mise.toml
66
node_modules/
7+
*.tsbuildinfo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"scripts": {
33
"actions:type-check": "tsc -p ./tsconfig.json",
4-
"actions:test": "vitest --run .github/actions"
4+
"actions:test": "vitest --run ."
55
},
66
"devDependencies": {
77
"@actions/core": "^3.0.0",

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"allowImportingTsExtensions": true
1616
},
1717
"include": [
18-
".github/actions/**/*.mts",
19-
".github/actions/**/*.ts",
20-
".github/actions/**/*.mjs",
21-
".github/actions/**/*.js"
18+
"commit/*.mts",
2219
]
2320
}

0 commit comments

Comments
 (0)