Skip to content

Merge pull request #243 from angelsolaorbaiceta/dependabot/npm_and_ya… #298

Merge pull request #243 from angelsolaorbaiceta/dependabot/npm_and_ya…

Merge pull request #243 from angelsolaorbaiceta/dependabot/npm_and_ya… #298

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install Dependencies
run: yarn install
- name: Test
run: yarn test
- name: Build
run: yarn build