Skip to content

Bump husky from 4.3.8 to 9.1.0 #162

Bump husky from 4.3.8 to 9.1.0

Bump husky from 4.3.8 to 9.1.0 #162

Workflow file for this run

---
name: Test
'on': push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Fail Action
id: FailAction
run: cat doesNotExist.txt 2> errors.txt
- name: Google Chat Notification
uses: colpal/[email protected]
with:
name: Build
url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
status: ${{ job.status }}
custom_text_file: errors.txt
if: always()