mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-19 09:06:47 +00:00
Moving actions and workflows to their own folders
This commit is contained in:
parent
1389e1211e
commit
320194bd54
7 changed files with 29492 additions and 2 deletions
28212
act/fixtures/actions/dist/index.js
vendored
Normal file
28212
act/fixtures/actions/dist/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
act/fixtures/actions/dist/index.js.map
vendored
Normal file
1
act/fixtures/actions/dist/index.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1276
act/fixtures/actions/dist/licenses.txt
vendored
Normal file
1276
act/fixtures/actions/dist/licenses.txt
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
act/fixtures/actions/dist/sourcemap-register.js
vendored
Normal file
1
act/fixtures/actions/dist/sourcemap-register.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -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 }}
|
|
@ -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 ."
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue