Skip to content

fix(add_popup_input): Change add module part element input to text area #36

fix(add_popup_input): Change add module part element input to text area

fix(add_popup_input): Change add module part element input to text area #36

Workflow file for this run

on: pull_request
name: Test and build
jobs:
admin-front:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Build an test Admin FrontEnd
run: |
npm ci
npm run build
npm run lint
npm run format:check