mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-01-31 09:37:05 +01:00
Try verifying changes
This commit is contained in:
parent
877d2512fc
commit
bf4cdd6d8c
4
.github/workflows/ci-win.yml
vendored
4
.github/workflows/ci-win.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user