Skip to content

Merge pull request #38 from Ankit2kumar/fix-backend #1

Merge pull request #38 from Ankit2kumar/fix-backend

Merge pull request #38 from Ankit2kumar/fix-backend #1

Workflow file for this run

name: Continuous Intergration
on:
push:
pull_request:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: 'Prettify code'
uses: creyD/[email protected]
with:
prettier_options: --check **/*.{html,css,js,jsx,ts,tsx}