Skip to content

chore(deps): bump @vercel/speed-insights from 1.0.10 to 1.0.14 #103

chore(deps): bump @vercel/speed-insights from 1.0.10 to 1.0.14

chore(deps): bump @vercel/speed-insights from 1.0.10 to 1.0.14 #103

Workflow file for this run

name: Code Quality checks
on: push
jobs:
quality:
name: ESlint and Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run ESlint
run: npm run lint
- name: Check formatting with Prettier
run: npm run prettier