Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Add CI/CD compliance files #3

Add CI/CD compliance files

Add CI/CD compliance files #3

Workflow file for this run

name: CI/CD
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci-cd:
uses: receipting/shared-workflows/.github/workflows/deploy-cloudflare-worker.yml@v1

Check failure on line 11 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "receipting/shared-workflows/.github/workflows/deploy-cloudflare-worker.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
skip_deploy: ${{ github.event_name == 'pull_request' }}
secrets: inherit