Skip to content

Fixed up npm audit dependencies #21

Fixed up npm audit dependencies

Fixed up npm audit dependencies #21

Workflow file for this run

name: Makefile CI
on:
push:
branches:
- main
- 'lbj-*'
pull_request:
branches:
- main
- 'lbj-*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: make dev-install
- name: Run tests
run: make test
- name: Run build
run: make