Skip to content

Bump com.android.application from 8.7.2 to 8.7.3 in /snippets in the gradle group #80

Bump com.android.application from 8.7.2 to 8.7.3 in /snippets in the gradle group

Bump com.android.application from 8.7.2 to 8.7.3 in /snippets in the gradle group #80

Workflow file for this run

name: "Lint Markdown"
on:
pull_request:
push:
branches: [ master ]
jobs:
lint_project:
name: "Lint Markdown"
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v18
with:
config: ".markdownlint.jsonc"
globs: |
"README.md"
"docs/**/*.md"
"#docs/javadoc/**/*.md"