Skip to content

repeatFrequency must be accompanied by appropriate byDay/byMonth/byMonthDay values #299

repeatFrequency must be accompanied by appropriate byDay/byMonth/byMonthDay values

repeatFrequency must be accompanied by appropriate byDay/byMonth/byMonthDay values #299

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install
run: npm install
- name: Test
run: npm test