Skip to content

Fixed to adjust message position if it is placed outside the Grid. #305

Fixed to adjust message position if it is placed outside the Grid.

Fixed to adjust message position if it is placed outside the Grid. #305

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- name: Install Packages
run: |+
npm ci
npm run ci:all
- name: Lint
run: |+
npm run lint
npm run check
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- name: Install Packages
run: |+
npm ci
npm run ci:all
- name: Build
run: npm run build:ci
- name: Test
run: npm test -- --mrpm-max-workers=1