Skip to content

Bump svelte-check from 3.6.8 to 3.6.9 in /framerail #742

Bump svelte-check from 3.6.8 to 3.6.9 in /framerail

Bump svelte-check from 3.6.8 to 3.6.9 in /framerail #742

Workflow file for this run

name: '[framerail] Typescript'
on:
pull_request:
paths:
- 'framerail/**'
- '.github/workflows/framerail.yaml'
- '.github/codecov.yml'
push:
branches:
- develop
- prod
jobs:
build_and_lint:
name: Build and Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: latest
- name: Install dependencies
run: cd framerail && pnpm install
- name: Lint
run: cd framerail && pnpm lint
- name: Build
run: cd framerail && pnpm build
# TODO add coverage step