Skip to content

Bump framer-motion from 11.0.8 to 11.2.4 in /frontend #440

Bump framer-motion from 11.0.8 to 11.2.4 in /frontend

Bump framer-motion from 11.0.8 to 11.2.4 in /frontend #440

name: Run frontend app linter
on: push
jobs:
ESLint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "frontend"
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint