Skip to content

feat: add message for empty start and end date #21

feat: add message for empty start and end date

feat: add message for empty start and end date #21

Workflow file for this run

name: Lint API Blueprint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- run: npm run lint