Skip to content

Upgraded passwordUseProxyConfirm.tsx #442

Upgraded passwordUseProxyConfirm.tsx

Upgraded passwordUseProxyConfirm.tsx #442

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
pr:
strategy:
matrix:
step: ['build']
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn ${{ matrix.step }}