Skip to content

🚀 fix(input): helper wrapper max width #977

🚀 fix(input): helper wrapper max width

🚀 fix(input): helper wrapper max width #977

Workflow file for this run

name: Yoga
on: pull_request
jobs:
linter_and_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn
- name: Run linter
run: yarn lint:all
- name: Run tests
run: yarn test:coverage
- name: Run SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Run build
run: yarn build