Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 #2

Bump js-yaml from 3.14.1 to 3.14.2

Bump js-yaml from 3.14.1 to 3.14.2 #2

# 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