Skip to content

Get rid of "vector chunk" #2137

Get rid of "vector chunk"

Get rid of "vector chunk" #2137

Workflow file for this run

name: "Lint Document"
on:
push:
pull_request:
jobs:
build:
name: "Lint document"
runs-on: ubuntu-latest
container:
image: docker://ghcr.io/martinthomson/i-d-template-action:latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Check for typos"
run: "bash -c '! grep -r --file=rejected_dictionary draft-irtf-cfrg-vdaf.md poc'"
- name: "Check for warnings emitted by xml2rfc"
run: |
bash -c -o pipefail 'make |& (! grep -E "Warning|Error")'