Skip to content

Bump firebase-admin from 6.9.0 to 7.4.0 #219

Bump firebase-admin from 6.9.0 to 7.4.0

Bump firebase-admin from 6.9.0 to 7.4.0 #219

Workflow file for this run

name: Markdown Lint
description: Lint Markdown files
on:
push:
paths:
- 'docs/**'
- mkdocs.yml
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v47
id: changed-files
with:
files: '**/*.md'
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v23
if: steps.changed-files.outputs.any_changed == 'true'
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ","