Skip to content

Commit b666391

Browse files
committed
chore: 🔧 try to separate the action from the vitest plugin
1 parent cc733e4 commit b666391

21 files changed

+31841
-32383
lines changed

.npmignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Thumbs.db
3333
# Test files in dist
3434
dist/*.test.*
3535

36-
# GitHub Action files (keep these)
36+
# GitHub Action files (keep these in repo for GitHub Actions)
3737
# action.yml
38-
# dist/action.js
39-
# dist/action.d.ts
38+
# dist-action/index.js
File renamed without changes.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ inputs:
2929

3030
runs:
3131
using: "node20"
32-
main: "dist/index.js"
32+
main: "action.js"

dist/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/action.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/action.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/action.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)