Skip to content

Pad human-readable times with zeros #44

Pad human-readable times with zeros

Pad human-readable times with zeros #44

Workflow file for this run

name: Build
on:
push:
branches: '**'
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm i
- name: Run TypeScript
run: npx tsc