Skip to content

Merge pull request #3131 from bettyblocks/fix/preload-data-exclude-de… #6940

Merge pull request #3131 from bettyblocks/fix/preload-data-exclude-de…

Merge pull request #3131 from bettyblocks/fix/preload-data-exclude-de… #6940

Workflow file for this run

name: Material UI testing and linting
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.14.0
- name: Install packages
run: yarn install
- name: Lint
run: yarn lint:ci
- name: Build test
run: |
yarn bundle
yarn build