# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Lint and test
on:
  push:
    branches:
      - master
jobs:
  lint_and_test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: npm install && npm run lint && npm run test
