Skip to content

Removing lodash.template dependency as per the component Governance A… #7

Removing lodash.template dependency as per the component Governance A…

Removing lodash.template dependency as per the component Governance A… #7

Workflow file for this run

name: Tests
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
tags-ignore:
- v*
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test