Skip to content

Bump junit:junit from 4.12 to 4.13.2 (#12) #52

Bump junit:junit from 4.12 to 4.13.2 (#12)

Bump junit:junit from 4.12 to 4.13.2 (#12) #52

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Lint
uses: DavidAnson/markdownlint-cli2-action@v5
with:
globs: '**/*.md'