feat: linting
This commit is contained in:
parent
e0072ca3f8
commit
16a5f874b3
2 changed files with 42 additions and 6 deletions
10
.github/workflows/example.yml
vendored
10
.github/workflows/example.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: Sample Testing
|
||||
on: [push]
|
||||
on: [workflow_dispatch]
|
||||
|
||||
env:
|
||||
VER: 0.1.2
|
||||
|
|
@ -22,10 +22,10 @@ jobs:
|
|||
webhook: "${{ secrets.WEBHOOK_URL }}"
|
||||
# event_body: "" # optional
|
||||
|
||||
- name: Force failure
|
||||
run: |
|
||||
echo "This is a force failure"
|
||||
exit 1
|
||||
# - name: Force failure
|
||||
# run: |
|
||||
# echo "This is a force failure"
|
||||
# exit 1
|
||||
|
||||
- name: Second Chat Message as ThreadResponse
|
||||
if: ${{ always() }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue