Skip to content

♻️ refactoring to TypeScript (wip) #7

♻️ refactoring to TypeScript (wip)

♻️ refactoring to TypeScript (wip) #7

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci --no-audit --no-fund
- name: Build
run: npm run build