Skip to content

feat(web): add icons to field components, adjust right paddings depen… #51

feat(web): add icons to field components, adjust right paddings depen…

feat(web): add icons to field components, adjust right paddings depen… #51

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