This commit is contained in:
Dante
2026-05-21 23:44:37 -07:00
parent 877a69d844
commit 59562de23a
28 changed files with 0 additions and 701 deletions

View File

@ -1,2 +0,0 @@
github: RobDangerous
patreon: RobDangerous

View File

@ -1,23 +0,0 @@
name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install tslint
run: sudo npm install -g tslint
- name: Lint
run: tslint -c tslint.json src/*.ts src/Exporters/*.ts
- name: Compile
run: tsc