Skip to content

fix(infra): DOMA-6887 fix server url for pass miniapp #10275

fix(infra): DOMA-6887 fix server url for pass miniapp

fix(infra): DOMA-6887 fix server url for pass miniapp #10275

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- name: Checkout code with submodules
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
ssh-key: ${{ secrets.SSH_DOCK_SERVER_PRIVATE_KEY }}
- name: Check lint with eslint
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install packages
run: |
npm i -g turbo
yarn install --immutable
- name: Lint code
run: yarn lint
- name: Lint I18n translation keys
run: yarn workspace @app/condo lint-i18n-translations
- name: Lint common patterns
run: bash ./bin/lint-common-patterns.sh