Skip to content

add 2FA code question #85

add 2FA code question

add 2FA code question #85

Workflow file for this run

name: ci
on:
pull_request:
branches: [main]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18.18.1'
cache: 'yarn'
- name: ⚙️ Install
run: yarn install --frozen-lockfile
- name: 🎨 Prettier
run: yarn run prettier
- name: 🏗️ Build
run: yarn run build