Skip to content

chore(deps): bump firebase-admin from 12.7.0 to 13.0.1 #1442

chore(deps): bump firebase-admin from 12.7.0 to 13.0.1

chore(deps): bump firebase-admin from 12.7.0 to 13.0.1 #1442

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
# important to have trailing / on the branch name or it could match other branches that contain solely the word dependabot
if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false)
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5