feat(ui): replace configuration editors with graphical forms
This commit is contained in:
@@ -62,7 +62,10 @@ jobs:
|
||||
node-version: "24"
|
||||
package-manager-cache: false
|
||||
- name: Check JavaScript syntax
|
||||
run: node --check provisioner/static/app.js
|
||||
run: |
|
||||
for script in provisioner/static/*.js; do
|
||||
node --check "$script"
|
||||
done
|
||||
|
||||
container-policy:
|
||||
runs-on: ${{ vars.AIS_RUNNER_LABEL || 'ubuntu-latest' }}
|
||||
|
||||
Reference in New Issue
Block a user