Skip to content

Bump ejs from 3.1.9 to 3.1.10 in /vortex/ui #5

Bump ejs from 3.1.9 to 3.1.10 in /vortex/ui

Bump ejs from 3.1.9 to 3.1.10 in /vortex/ui #5

Workflow file for this run

name: Check Vortex UI Build
on:
pull_request:
branches:
- main
paths:
- 'vortex/ui/**/*'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout-cone-mode: false
sparse-checkout: vortex/ui/
- name: Build image
run: |
cd vortex/ui/
docker build .