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

28212
act/fixtures/actions/dist/index.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1276
act/fixtures/actions/dist/licenses.txt vendored Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -15,7 +15,7 @@ jobs:
with:
path: ./
- name: Code Review
uses: ./act/fixtures/
uses: ./act/fixtures/actions
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

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 ."
},