Skip to content

fix(text): removes always computing text element alignment #1511

fix(text): removes always computing text element alignment

fix(text): removes always computing text element alignment #1511

Workflow file for this run

name: Lint code
on: pull_request
jobs:
lint-code:
name: Lint code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint code
run: npm run lint
- name: Lint package dependencies
run: node .github/dep-version-check