Skip to content

Prepare to cut VDAF-09 #806

Prepare to cut VDAF-09

Prepare to cut VDAF-09 #806

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'"