Skip to content

CI: added line length validation #4

CI: added line length validation

CI: added line length validation #4

Workflow file for this run

name: Validate I-D line length
on: [push]
jobs:
validate_line_length:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate I-D line length
run: grep -nE '.{73,}' IETF-RFC.md | grep ' ' && exit -1