Skip to content

Fixed the trailing zeros for seconds on the KHLteams #18

Fixed the trailing zeros for seconds on the KHLteams

Fixed the trailing zeros for seconds on the KHLteams #18

name: pull-requests
on:
pull_request:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: "14.x"
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run spellcheck