Skip to content

Allow users to skip Kernel check for bpf_loop functionality #360

Allow users to skip Kernel check for bpf_loop functionality

Allow users to skip Kernel check for bpf_loop functionality #360

Workflow file for this run

name: Documentation CI
on:
pull_request:
paths: ["docs/sources/**"]
workflow_dispatch:
jobs:
vale:
runs-on: ubuntu-latest
container:
image: grafana/vale:latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: grafana/writers-toolkit/vale-action@13205961f20ad13843505a9b84fdf032f911a3f4 # vale-action/v1.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}