Skip to content

feat: add payment or receipt submission feature (#33) #233

feat: add payment or receipt submission feature (#33)

feat: add payment or receipt submission feature (#33) #233

Workflow file for this run

name: Development CI/CD
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, edited, ready_for_review]
push:
branches: [main]
jobs:
build:
uses: ./.github/workflows/build.yml
with:
fail-on-error: true
prettier:
needs: build
uses: ./.github/workflows/prettier.yml
with:
fail-on-error: true
eslint:
needs: build
uses: ./.github/workflows/eslint.yml
with:
fail-on-error: true