Skip to content

fix incomplete name #407

fix incomplete name

fix incomplete name #407

name: Lint DID Methods
on:
pull_request: {}
jobs:
lint-did-extensions:
runs-on: ubuntu-latest
steps:
- name: Checkout source code...
uses: actions/checkout@v2
- name: Setup Node 16...
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install did-extensions tooling...
working-directory: tooling
run: npm i
- name: Validate did-extensions DID method entries
working-directory: tooling
run: npm run registry:validate
- name: Generate did-extensions registry index
working-directory: tooling
run: npm run registry:generate:index