Skip to content

Bump super-linter/super-linter from 7.2.0 to 7.2.1 #57

Bump super-linter/super-linter from 7.2.0 to 7.2.1

Bump super-linter/super-linter from 7.2.0 to 7.2.1 #57

Workflow file for this run

name: Proselint Linting
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
proselint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install Proselint
run: |
pip install proselint
- name: Run Proselint
run: |
proselint --config=".github/linters/proselint-config.json" ./**/*.md