feat: linting
Some checks failed
CI / lint (push) Failing after 3m2s
CI / release (push) Successful in 6m32s

This commit is contained in:
Marcel S. Henselin 2026-04-17 16:21:59 +02:00
parent e0072ca3f8
commit 16a5f874b3
2 changed files with 42 additions and 6 deletions

View file

@ -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() }}