Skip to content

Merge branch 'master' of https://github.com/Shubh-Nisar/Recipe_Recomm… #54

Merge branch 'master' of https://github.com/Shubh-Nisar/Recipe_Recomm…

Merge branch 'master' of https://github.com/Shubh-Nisar/Recipe_Recomm… #54

name: Style Checker and Prettify Code
on:
pull_request:
branches: ["master"]
push:
branches: ["master"]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,md}