Skip to content

Allow due date to be optional #7

Allow due date to be optional

Allow due date to be optional #7

Workflow file for this run

name: Code Check
on:
- workflow_dispatch
- workflow_call
- pull_request
jobs:
build:
uses: './.github/workflows/build.yml'
lint:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Lint
run: |
npm install
npm run lint