Skip to content

Bump svelte-check from 3.6.3 to 4.0.3 #360

Bump svelte-check from 3.6.3 to 4.0.3

Bump svelte-check from 3.6.3 to 4.0.3 #360

Workflow file for this run

name: PR Requirements
on:
pull_request:
jobs:
pr-requirements:
runs-on: ubuntu-latest
steps:
- name: Checkout Wildfire Hockey Repo
uses: actions/checkout@v4
- name: Prepare Node Environment
uses: actions/setup-node@v4
with:
node-version: 18.17.1
- name: Install Wildfire Hockey Dependencies
run: npm ci
- name: Check Linting
run: npm run lint