Skip to content

chore(deps): bump python from 3.12.4-slim to 3.13.3-slim #118

chore(deps): bump python from 3.12.4-slim to 3.13.3-slim

chore(deps): bump python from 3.12.4-slim to 3.13.3-slim #118

Workflow file for this run

name: markdown lint
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
markdownlint-cli-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nosborn/[email protected]
with:
config_file: .markdownlint.json
files: .
ignore_files: "CODE_OF_CONDUCT.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}