Skip to content

Commit

Permalink
fix: this works?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Martirosian committed May 8, 2024
1 parent d72ac5e commit b5aefe6
Show file tree
Hide file tree
Showing 810 changed files with 158,980 additions and 480 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ outputs:
version:
description: 'suggested version'
runs:
main: 'lib/node/index.js'
main: 'lib/action/index.js'
using: 'node20'
8 changes: 7 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
"{scripts,perf}/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}"
],
"ignore": ["**/*.d.+([a-zA-Z0-9]).ts", "**/*.d.ts", "lib/**"],
"ignoreDependencies": ["@commitlint/cli", "prettier", "syncpack", "eslint-config-escapace"],
"ignoreDependencies": [
"@commitlint/cli",
"prettier",
"syncpack",
"eslint-config-escapace",
"@escapace/pnpm-pack"
],
"ignoreExportsUsedInFile": {
"interface": true,
"type": true
Expand Down
373 changes: 373 additions & 0 deletions lib/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# action-context
File renamed without changes.
373 changes: 373 additions & 0 deletions lib/action/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/action/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# action-context
Loading

0 comments on commit b5aefe6

Please sign in to comment.