Skip to content

⬆️ Bump framer-motion from 11.3.19 to 11.3.28 #785

⬆️ Bump framer-motion from 11.3.19 to 11.3.28

⬆️ Bump framer-motion from 11.3.19 to 11.3.28 #785

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
frontend:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install
run: yarn install
- name: Lint
run: yarn lint
- name: Test
run: yarn test:ci
- name: Validate data
run: cd .github/script && yarn install && yarn validate-data
- name: Build
run: yarn build