# 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 install && npm run lint && npm run test
