chore: use github's shared prettier-config
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -83,8 +83,7 @@ jobs:
|
||||
run: echo "hello" > prompt.txt
|
||||
|
||||
- name: Create System Prompt File
|
||||
run:
|
||||
echo "You are a helpful AI assistant for testing." > system-prompt.txt
|
||||
run: echo "You are a helpful AI assistant for testing." > system-prompt.txt
|
||||
|
||||
- name: Test Local Action with Prompt File
|
||||
id: test-action-prompt-file
|
||||
|
||||
@@ -11,8 +11,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
update_tag:
|
||||
name:
|
||||
Update the major tag to include the ${{ github.event.release.tag_name }}
|
||||
name: Update the major tag to include the ${{ github.event.release.tag_name }}
|
||||
changes
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user