Skip to content

Update RFC table in README #1133

Update RFC table in README

Update RFC table in README #1133

Workflow file for this run

name: PR Lint
on:
pull_request:
workflow_dispatch: {}
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
- name: run linter
run: ./lint.sh