update leap to spring release links #121
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
name: Contributor Checker | |
on: | |
pull_request: | |
branches: | |
- main | |
- staging | |
jobs: | |
build: | |
name: "contributor-checker" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Set up Node | |
uses: actions/setup-node@v2 | |
with: | |
node-version: '18' | |
- name: Install dependencies | |
run: yarn install | |
- name: Run hyphen check script | |
run: node scripts/contributor-check.js |