Skip to content

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 #19

build(deps): bump actions/checkout from 4.1.3 to 4.1.4

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 #19

Workflow file for this run

name: Pymarkdownlnt
# Runs the workflow on the below events:
# 1. on pull request raised to trunk branch.
# 2. on push event to trunk branch.
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
lint-markdown:
runs-on: ubuntu-latest
name: Lint Markdown
steps:
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: 3.9 #install the python needed
- name: checkout repo content
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install and run linter
run: |-
python3 -m pip install --require-hashes -r tools/requirements.txt
pymarkdownlnt scan */*.md