Skip to content

fix: hide nav and hide headers sign in and sign up #14

fix: hide nav and hide headers sign in and sign up

fix: hide nav and hide headers sign in and sign up #14

Workflow file for this run

name: Lint
on:
push
jobs:
lint-client:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
cd client
npm i
npm run test
# lint-server:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - run: |
# cd server
# npm i
# npm run test