This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
Update registry.yaml #331
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
push: | |
jobs: | |
validations: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install dependencies | |
run: npm install | |
- name: Validate Restricted Usernames | |
run: node ci/check-restricted-usernames.js | |
- name: Validate Registry | |
run: node ci/check-registry.js | |
- name: Validate Early Adopters | |
run: node ci/check-example-pages.js |