Skip to content

Add SecureBoot support for arbitrary operating systems to "Grub2 UEFI" PXE loaders #932

Add SecureBoot support for arbitrary operating systems to "Grub2 UEFI" PXE loaders

Add SecureBoot support for arbitrary operating systems to "Grub2 UEFI" PXE loaders #932

Workflow file for this run

---
name: Vale
on:
pull_request:
paths:
- 'guides/common/**.adoc'
- '.github/workflows/vale.yml'
- '.vale/**'
- .vale.ini
jobs:
vale:
name: linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
with:
filter_mode: diff_context
vale_flags: "--no-exit --minAlertLevel=error"
reporter: github-pr-review
fail_on_error: true
files: guides/common/