Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron van Meerten <aaron.van.meerten@gmail.com>
  • Loading branch information
damencho and aaronkvanmeerten authored Dec 13, 2024
1 parent ab7ca7a commit 323b169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
chmod +x /tmp/tpl
- name: Run tpl with default values for settings-config.js
run: /tmp/tpl web/rootfs/defaults/settings-config.js > /tmp/settings-config.js
- name: Run tmpl with default values for system-config.js
- name: Run tpl with default values for system-config.js
run: /tmp/tpl web/rootfs/defaults/system-config.js > /tmp/system-config.js
- name: Check settings-config.js syntax
run: node /tmp/settings-config.js
Expand Down

0 comments on commit 323b169

Please sign in to comment.