Skip to content

asciidoc: don't generate footer and strip whitespace #178

asciidoc: don't generate footer and strip whitespace

asciidoc: don't generate footer and strip whitespace #178

Workflow file for this run

name: lint
on:
push:
paths-ignore:
- "**.md"
pull_request:
workflow_dispatch:
jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install pip dependencies
run: pip install -r requirements/requirements-dev.txt
- name: Run linting
run: ./lint.sh