Skip to content

EAR-2427 - Pipe list supplementary data into repeating section title #422

EAR-2427 - Pipe list supplementary data into repeating section title

EAR-2427 - Pipe list supplementary data into repeating section title #422

Workflow file for this run

name: Pull Request
on: [pull_request, workflow_dispatch]
jobs:
Tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn
- name: Unit tests
run: yarn test-ci
Linter:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn
- name: Linter
run: yarn lint