Skip to content

Add most missing event types and levels to weatheralerts (#250) #519

Add most missing event types and levels to weatheralerts (#250)

Add most missing event types and levels to weatheralerts (#250) #519

Workflow file for this run

name: Build & Lint
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build