Skip to content

build(deps): bump framer-motion from 11.2.10 to 12.23.16 in /web #275

build(deps): bump framer-motion from 11.2.10 to 12.23.16 in /web

build(deps): bump framer-motion from 11.2.10 to 12.23.16 in /web #275

Workflow file for this run

name: ESLint Check
on:
push:
branches:
- "*"
paths:
- "**/*.js"
- "**/*.jsx"
- "**/*.ts"
- "**/*.tsx"
- "**/*.mjs"
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Run ESLint
run: bun run lint