Skip to content

[Snyk] Security upgrade svelte-check from 2.10.3 to 3.0.0 #15

[Snyk] Security upgrade svelte-check from 2.10.3 to 3.0.0

[Snyk] Security upgrade svelte-check from 2.10.3 to 3.0.0 #15

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Lint
run: npm run check