Skip to content

doc: local development and tests info #78

doc: local development and tests info

doc: local development and tests info #78

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Build & Test
steps:
- uses: actions/checkout@v1
- name: Build
run: docker build --build-arg extra='npm test' -t rest-api-lint .