Add GH action for svelte-check

This commit is contained in:
Ryan Gossiaux
2022-05-14 14:45:59 -07:00
parent cd871248f5
commit 2ee11f94e3
2 changed files with 19 additions and 0 deletions

19
.github/workflows/check.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: svelte-check
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run svelte-check
run: npm run check -- --use-new-transformation