Skip to content

chore(deps-dev): bump @sveltejs/kit from 1.0.0-next.405 to 1.15.2 #341

chore(deps-dev): bump @sveltejs/kit from 1.0.0-next.405 to 1.15.2

chore(deps-dev): bump @sveltejs/kit from 1.0.0-next.405 to 1.15.2 #341

name: Check Linting/Formatting
on: pull_request
jobs:
lint-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run format:check
- run: npm run lint:check