Skip to content

Add most missing event types and levels to weatheralerts #508

Add most missing event types and levels to weatheralerts

Add most missing event types and levels to weatheralerts #508

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