Skip to content

feature: notification width and position #750

feature: notification width and position

feature: notification width and position #750

Workflow file for this run

name: TypeScript
on: [push]
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.14
- uses: c-hive/gha-yarn-cache@v1
- name: Install node modules
run: yarn
- name: typescript
run: yarn typescript