Skip to content

chore: update Markdown formatting standards and add guidance for Copi… #505

chore: update Markdown formatting standards and add guidance for Copi…

chore: update Markdown formatting standards and add guidance for Copi… #505

Workflow file for this run

name: Linting
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
name: Linting
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Run pre-commit
uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files