Skip to content

Merge pull request #19 from Stremio/alesinka-patch-4 #137

Merge pull request #19 from Stremio/alesinka-patch-4

Merge pull request #19 from Stremio/alesinka-patch-4 #137

Workflow file for this run

name: Build
on:
push:
branches: '**'
tags-ignore: '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install NPM Dependencies
run: npm install
- name: Build
run: npm run build:all