Skip to content

modified Patient_appointments page #10

modified Patient_appointments page

modified Patient_appointments page #10

Workflow file for this run

name: Prettier Check
on:
pull_request:
branches: [main]
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Check formatting
run: npx prettier --check .