Skip to content

fix: noun function should always return list #76

fix: noun function should always return list

fix: noun function should always return list #76

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 .