Skip to content

remove u-root.md from list of shame for linting #85

remove u-root.md from list of shame for linting

remove u-root.md from list of shame for linting #85

Workflow file for this run

name: Vale Action
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Vale
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install vale
run: sudo snap install vale
- name: Lint prose
run: |
vale sync
vale src/intro.md
vale src/openpower.md