Skip to content

Example support for Burze.dzis.net v2.0.0 #462

Example support for Burze.dzis.net v2.0.0

Example support for Burze.dzis.net v2.0.0 #462

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