Skip to content

fix(modal): Correct typo in Modal examples #44

fix(modal): Correct typo in Modal examples

fix(modal): Correct typo in Modal examples #44

Workflow file for this run

name: Build test for staging push
on:
push:
branches:
- staging
env:
MM_NOTIFICATION_CHANNEL: bots
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
notify:
needs: build-test
if: always()
runs-on: ubuntu-latest
steps:
- uses: dataesr/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
mattermost_webhook_url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
mattermost_channel: ${{ env.MM_NOTIFICATION_CHANNEL}}