feat: new library swords swords and more swords #2305
This file contains hidden or 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: Validate libraries.json | |
| on: pull_request | |
| jobs: | |
| validation: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Setup Node.js 14.x | |
| uses: actions/setup-node@v2 | |
| with: | |
| node-version: 14.x | |
| - name: Validate libraries.json | |
| run: | | |
| yarn validate:libraries |