Skip to content

The Cloudflare Purgation Ritual #3

The Cloudflare Purgation Ritual

The Cloudflare Purgation Ritual #3

name: The Cloudflare Purgation Ritual
permissions:
contents: read
on:
schedule:
# Runs at 00:00 every other Sunday
- cron: '0 0 */14 * *'
workflow_dispatch: # Allows manual triggering
jobs:
cleanse:
runs-on: ubuntu-latest
steps:
- name: Unearthing the Code Codex
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Summoning the Deno Oracle
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Performing the Sacred Cleanse
working-directory: projects/client
run: deno task cloudflare:cleanse