on: schedule: - cron: '12 10 * * *' push: branches: - master jobs: run: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - run: | npm install -g pnpm pnpm install --frozen-lockfile pnpm run start