Skip to content

login view: set passwor min length to 4 to try to fix the demo admin … #599

login view: set passwor min length to 4 to try to fix the demo admin …

login view: set passwor min length to 4 to try to fix the demo admin … #599

Workflow file for this run

name: ESlint
on:
push:
branches:
- dev
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm dependencies
run: cd app && npm ci
- name: Run linter
run: cd app && npm run lint