Skip to content

Remove useScrollPositionReset #142

Remove useScrollPositionReset

Remove useScrollPositionReset #142

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
tags-ignore: ["v*"]
jobs:
build:
name: Build
uses: andrewscwei/workflows/.github/workflows/node-build.yml@master
notify:
name: Notify
needs: [build]
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- uses: andrewscwei/telegram-action@v1.0.0
with:
success: ${{ needs.build.result == 'success' }}
bot-token: ${{ secrets.TELEGRAM_DEVOPS_BOT_TOKEN }}
chat-id: ${{ secrets.TELEGRAM_DEVOPS_CHAT_ID }}