Skip to content

Update dependency @astrojs/svelte to v4.0.3 #1891

Update dependency @astrojs/svelte to v4.0.3

Update dependency @astrojs/svelte to v4.0.3 #1891

Workflow file for this run

name: Linter ✏️
on:
push:
branches:
- main
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 15, 16]
steps:
- uses: actions/checkout@v4
- name: Yarn 🧶
run: |
yarn
- name: Typescript Linting ✏️
run: |
yarn lint