Skip to content

Add a weekday to the date selector #120

Add a weekday to the date selector

Add a weekday to the date selector #120

Workflow file for this run

name: Test using vitest
on:
push:
branches: 'master'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Test it
run: pnpm run test