Skip to content

Minor typescript tweaks and adding comments #33

Minor typescript tweaks and adding comments

Minor typescript tweaks and adding comments #33

Workflow file for this run

name: Build Augmented Steam
on:
push:
branches: [develop, master]
jobs:
build-all:
name: Build Augmented Steam
strategy:
matrix:
browser: [firefox, chrome, edge]
uses: ./.github/workflows/run-build.yml
with:
browser: ${{ matrix.browser }}