Skip to content

#260 add check password when delete profile #69

#260 add check password when delete profile

#260 add check password when delete profile #69

Workflow file for this run

# too many errors in our frontend for usage this action, keep it for future...
#name: EsLint
#
#on: pull_request
#
#jobs:
# linting:
# name: Linting # job name (unique id)
# runs-on: ubuntu-latest # on which machine to run
# steps: # list of steps
# - name: Install NodeJS
# uses: actions/setup-node@v2
# with:
# node-version: '14'
#
# - name: Code Checkout
# uses: actions/checkout@v3
#
# - name: Install Dependencies
# run: npm ci
#
# - name: Code Linting
# run: npm run lint