Skip to content

Bump org.junit.jupiter:junit-jupiter from 6.1.1 to 6.1.2 in the gradle-minor-and-patch group #3

Bump org.junit.jupiter:junit-jupiter from 6.1.1 to 6.1.2 in the gradle-minor-and-patch group

Bump org.junit.jupiter:junit-jupiter from 6.1.1 to 6.1.2 in the gradle-minor-and-patch group #3

Workflow file for this run

name: Markdown lint
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v24