Skip to content

Add new package for supporting firebase. #134

Add new package for supporting firebase.

Add new package for supporting firebase. #134

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Benoit Rolandeau <[email protected]>
# SPDX-License-Identifier: MIT
name: Markdown Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: |
*.md
!test/*.md
!**/.git
!**/node_modules