Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

fix: addSeconds

fix: addSeconds #20

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "pnpm"
- run: pnpm install
- run: pnpm build
- run: pnpm test -r