Skip to content

feat(web): datepicker-in-mobile-and-alert-message-svg #45

feat(web): datepicker-in-mobile-and-alert-message-svg

feat(web): datepicker-in-mobile-and-alert-message-svg #45

Workflow file for this run

name: TypeCheck
on:
pull_request:
branches: [ main ]
jobs:
TypeScriptCompiler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run TypeScriptCompiler
run: yarn check-types