Skip to content

Add hardware prerequisites for IBM Secure Execution #196

Add hardware prerequisites for IBM Secure Execution

Add hardware prerequisites for IBM Secure Execution #196

Workflow file for this run

name: prose linting
on:
pull_request:
jobs:
lint-docs:
name: Lint documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
files: content/en/docs
fail_on_error: true
lint-blog:
name: Lint blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
files: content/en/blog
fail_on_error: true