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

Bump nodemon from 3.0.1 to 3.0.3 #210

Bump nodemon from 3.0.1 to 3.0.3

Bump nodemon from 3.0.1 to 3.0.3 #210

Workflow file for this run

name: Doctor
on:
# schedule:
# - cron: "0 6 * * *"
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
doctor:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install NPM packages
uses: ./ci/github/install-npm
- name: Run doctor
run: |
npm run clean
npm run doctor