Try verifying changes

This commit is contained in:
Marquis Kurt 2019-12-23 14:56:45 -05:00
parent 877d2512fc
commit bf4cdd6d8c
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 3 additions and 1 deletions

View File

@ -24,8 +24,10 @@ jobs:
with open('public/config.json', 'w+') as out:
dump(json_dict, out)
shell: python
- name: Verify changes
run: (Get-Content -Path .\public\config.json -Raw) -match "location"
uses: powershell
- name: Install dependencies and build
run: |
npm install