Skip to content

build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 #51

build(deps): bump actions/setup-python from 5.0.0 to 5.1.0

build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 #51

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Install and run linter
run: |-
python3 -m pip install --require-hashes -r tools/requirements.txt
pymarkdownlnt -c tools/pymarkdownlnt.conf scan */*.md