This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
Bump ip from 1.1.8 to 1.1.9 #212
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |