Skip to content

Merge branch 'master' into dependabot/npm_and_yarn/eslint-plugin-impo… #148

Merge branch 'master' into dependabot/npm_and_yarn/eslint-plugin-impo…

Merge branch 'master' into dependabot/npm_and_yarn/eslint-plugin-impo… #148

Workflow file for this run

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