Add ESLint, Prettier, and TypeScript checks (#1384)

This commit is contained in:
Charlie Marsh
2022-12-26 15:08:22 -05:00
committed by GitHub
parent 1a27992f47
commit 20d6b21d77
9 changed files with 4535 additions and 28 deletions

View File

@@ -34,6 +34,9 @@ jobs:
- name: "Install Node dependencies"
run: npm ci
working-directory: playground
- name: "Run TypeScript checks"
run: npm run check
working-directory: playground
- name: "Build JavaScript bundle"
run: npm run build
working-directory: playground