Skip to content

chore(deps): bump python from 3.13.5-slim to 3.13.6-slim #123

chore(deps): bump python from 3.13.5-slim to 3.13.6-slim

chore(deps): bump python from 3.13.5-slim to 3.13.6-slim #123

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 }}