Skip to content

Add email_verified_code to bypass 2FA by email #59

Add email_verified_code to bypass 2FA by email

Add email_verified_code to bypass 2FA by email #59

Workflow file for this run

name: Lint js
on:
push:
branches:
- master
paths:
- 'scripts/eslintrc.json'
- 'scripts/package.json'
- '**.js'
pull_request:
paths:
- 'scripts/eslintrc.json'
- 'scripts/package.json'
- '**.js'
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Yarn install
run: |
cd ./scripts
yarn install
- name: Run eslint
run: make jslint