Skip to content

fix: strict date and optional description validation from buddydata #35

fix: strict date and optional description validation from buddydata

fix: strict date and optional description validation from buddydata #35

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