Skip to content

fix: add header before starting each recipe #55

fix: add header before starting each recipe

fix: add header before starting each recipe #55

Workflow file for this run

name: Prettier check
on:
- pull_request
jobs:
prettier-check:
name: Prettier check
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 📦 Install dependencies
run: yarn
- name: ✨ Run Prettier check
run: yarn --cwd . prettier:check