Skip to content

Merge pull request #41 from custom-cards/dependabot/npm_and_yarn/json… #43

Merge pull request #41 from custom-cards/dependabot/npm_and_yarn/json…

Merge pull request #41 from custom-cards/dependabot/npm_and_yarn/json… #43

Workflow file for this run

name: 'Build'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
npm install
npm run build