Skip to content

Merge pull request #25 from borlnov/5-add-firebase-authentication #153

Merge pull request #25 from borlnov/5-add-firebase-authentication

Merge pull request #25 from borlnov/5-add-firebase-authentication #153

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