Skip to content

fix: Fixed recipe reveal animation logic #46

fix: Fixed recipe reveal animation logic

fix: Fixed recipe reveal animation logic #46

Workflow file for this run

name: Only Foods Front End CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Run linting
run: npm run lint
- name: Build
run: npm run build