Skip to content

Zero-pad hours to two digits when they exist but are less than ten #17

Zero-pad hours to two digits when they exist but are less than ten

Zero-pad hours to two digits when they exist but are less than ten #17

Workflow file for this run

on: [push, pull_request]
name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Setup dependencies
run: npm install
- name: Run tests
run: npm test