Skip to content

chore(deps-dev): bump eslint-plugin-svelte from 2.34.0 to 2.34.1 #29

chore(deps-dev): bump eslint-plugin-svelte from 2.34.0 to 2.34.1

chore(deps-dev): bump eslint-plugin-svelte from 2.34.0 to 2.34.1 #29

Workflow file for this run

name: Testing CI
on:
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
- run: npm ci
- uses: oven-sh/setup-bun@v1
- run: bun run build