Skip to content

Bump actions/checkout from 4.1.3 to 4.1.4 (#102) #447

Bump actions/checkout from 4.1.3 to 4.1.4 (#102)

Bump actions/checkout from 4.1.3 to 4.1.4 (#102) #447

Workflow file for this run

name: CI
on:
pull_request:
branches: main
push:
branches: main
permissions:
contents: read
jobs:
check-formatting-markdown:
name: Check Formatting (Markdown)
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
- name: Check formatting
uses: davidanson/markdownlint-cli2-action@v16.0.0
with:
globs: '**/*.md'