Skip to content

Fixed issue #58 #59, #62 and added templates for pregnancy tracking #235

Fixed issue #58 #59, #62 and added templates for pregnancy tracking

Fixed issue #58 #59, #62 and added templates for pregnancy tracking #235

Workflow file for this run

name: Check Formatting
on:
pull_request:
branches:
- main
jobs:
format:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set-up Node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Dependencies
run: |
npm install
- name: Run ESLint
run: |
npx eslint . --max-warnings=0