Skip to content

Re-arranged the UI and fixed the issue with tN loading #1312

Re-arranged the UI and fixed the issue with tN loading

Re-arranged the UI and fixed the issue with tN loading #1312

Workflow file for this run

name: Lint Check
on: [push, pull_request_target]
jobs:
build:
name: Lint Run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: |
node --version
yarn --version
- name: set @bitregistry translation-help
run: yarn config set '@bit:registry' https://node.bit.dev
- name: yarn install
run: yarn install
- name: run lint
run: yarn lint
- name: run lint-fix
run: yarn lint:fix