Skip to content

Merge branch 'main' into schoppmp/216 #456

Merge branch 'main' into schoppmp/216

Merge branch 'main' into schoppmp/216 #456

Workflow file for this run

name: "Lint Document"
on:
push:
pull_request:
jobs:
build:
name: "Lint document"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Check for typos"
run: "bash -c '! grep -r --file=rejected_dictionary draft-irtf-cfrg-vdaf.md poc'"