Skip to content

Fix Dependabot alerts "Websites were able to send any requests to the development server and read the response in vite" #1478

Fix Dependabot alerts "Websites were able to send any requests to the development server and read the response in vite"

Fix Dependabot alerts "Websites were able to send any requests to the development server and read the response in vite" #1478

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/[email protected]
with:
version: 1.9.4
- uses: pnpm/action-setup@v4
- run: pnpm install
- name: Run Biome
run: biome ci .
- name: Test
run: pnpm test --coverage