Skip to content

build(pnpm): bump eslint from 8.57.0 to 8.57.1 (#85) #117

build(pnpm): bump eslint from 8.57.0 to 8.57.1 (#85)

build(pnpm): bump eslint from 8.57.0 to 8.57.1 (#85) #117

Workflow file for this run

name: Continuous Deployment
on:
push:
branches: [main]
schedule:
- cron: "0 6 * * *"
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test.yml
cloudflare:
needs: [test]
permissions:
contents: read
deployments: write
uses: ./.github/workflows/cloudflare.yml
secrets: inherit
gh-pages:
needs: [test]
permissions:
contents: read
deployments: write
pages: write
id-token: write
actions: read
uses: ./.github/workflows/gh-pages.yml