Skip to content

Bump svelte-check from 4.1.1 to 4.1.3 #83

Bump svelte-check from 4.1.1 to 4.1.3

Bump svelte-check from 4.1.1 to 4.1.3 #83

Workflow file for this run

name: Format
on:
pull_request:
push:
branches-ignore:
- prod
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --write .