Update validate-typescript.yml

This commit is contained in:
Marc Rousavy 2021-02-23 12:13:11 +01:00
parent 85fc9b35be
commit e74e232043

View File

@ -7,6 +7,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Install modules (example/)
run: yarn example
- name: Run TypeScript
run: npx tsc
- name: Run ESLint