Skip to content

feat: Incorporate inputMedia into mainComposer #368

feat: Incorporate inputMedia into mainComposer

feat: Incorporate inputMedia into mainComposer #368

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['master', 'develop']
pull_request:
branches: ['master', 'develop']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Code checkout
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install and build
run: |
yarn install
yarn build
- name: Run Jest tests
run: yarn test --watchAll=false
- name: Lint tests
run: yarn lint
- name: Stylelint tests
run: yarn stylelint