Skip to content

Add /account route

Add /account route #3

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Lint and test
on: pull_request
jobs:
lint_and_test:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run install:all && npm run lint && npm run test