1 parent 054da7e commit 721293bCopy full SHA for 721293b
1 file changed
.github/workflows/ci.yml
@@ -29,10 +29,11 @@ jobs:
29
restore-keys: |
30
${{ runner.os }}-npm-
31
32
- - name: Lint render.yaml
+ - name: Lint deploy config files
33
run: |
34
set -e
35
npx --yes yaml-lint render.yaml
36
+ node -e "JSON.parse(require('fs').readFileSync('vercel.json', 'utf8')); console.log('vercel.json is valid JSON.')"
37
38
- name: Install dependencies
39
0 commit comments