Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Install, lint, test & build #591

Install, lint, test & build

Install, lint, test & build #591

Workflow file for this run

name: 'Install, lint, test & build'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: npm install
- name: Test
run: npm test
- name: Build
run: npm run build:publish