Skip to content

feat/836: added vendor to the tags for writeAlerts (#9) #75

feat/836: added vendor to the tags for writeAlerts (#9)

feat/836: added vendor to the tags for writeAlerts (#9) #75

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npm run jslint
- run: npm test