Skip to content

RTN-1557: Update Feedback component to receive Caption as a new child component #984

RTN-1557: Update Feedback component to receive Caption as a new child component

RTN-1557: Update Feedback component to receive Caption as a new child component #984

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