Skip to content

Merge pull request #404 from chrismayer/custom-theme-props #478

Merge pull request #404 from chrismayer/custom-theme-props

Merge pull request #404 from chrismayer/custom-theme-props #478

Workflow file for this run

name: ci-tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run init:app
- run: npm run lint
- run: npm run test