Added myfreesites.net #641
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: JSON File Integrity Validation | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
json-integrity-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: JSON files syntax and URL validation | |
uses: actions/setup-node@v2 | |
with: | |
node-version: 14.x | |
- run: npm install | |
- run: npm run json-validation |