Moving actions and workflows to their own folders

This commit is contained in:
Ben Larabie 2024-09-05 10:46:23 -04:00
parent 1389e1211e
commit 320194bd54
No known key found for this signature in database
GPG key ID: E09B5764733F52DB
7 changed files with 29492 additions and 2 deletions

View file

@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map --license licenses.txt",
"package": "ncc build --source-map --license licenses.txt -o act/fixtures/actions/dist",
"format": "prettier --write .",
"lint": "prettier --check ."
},