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

[Snyk] Security upgrade fastlane from 2.216.0 to 2.217.0 #216

[Snyk] Security upgrade fastlane from 2.216.0 to 2.217.0

[Snyk] Security upgrade fastlane from 2.216.0 to 2.217.0 #216

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