Skip to content

Merge pull request #486 from webcat12345/fix-github-actions-push-rule #98

Merge pull request #486 from webcat12345/fix-github-actions-push-rule

Merge pull request #486 from webcat12345/fix-github-actions-push-rule #98

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Build
on: [push]
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
yarn install
yarn build