Skip to content

Launching applications using the keyboard #15

Launching applications using the keyboard

Launching applications using the keyboard #15

Workflow file for this run

name: Vale documentation checks
on:
push:
branches: [ main ]
pull_request:
paths:
- 'docs/**' # Only run on changes to the docs directory
workflow_dispatch:
# Manual trigger
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@v2.1.1