Skip to content

fix: remove extra brace in generated HTML of data-max-filesize attrib… #383

fix: remove extra brace in generated HTML of data-max-filesize attrib…

fix: remove extra brace in generated HTML of data-max-filesize attrib… #383

Workflow file for this run

name: gulp
on: [push]
jobs:
gulp:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: python -m pip install -r tests/requirements/frontend.txt
- run: npm install
- run: npm install -g [email protected]
- run: gulp ci