Skip to content

Simplifying release #15

Simplifying release

Simplifying release #15

Workflow file for this run

name: Vale Linting
#on: [workflow_call]
on: [push]
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
# For AsciiDoc users:
- name: Install Asciidoctor
run: sudo apt-get install -y asciidoctor
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@v2.1.1
# For reStructuredText users:
# - name: Install docutils
# run: sudo apt-get install -y docutils