fix: add disclaimer to payment before registration #391
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Development CI/CD | |
on: | |
pull_request: | |
branches: [main] | |
types: [opened, synchronize, reopened, edited, ready_for_review] | |
jobs: | |
# Currently, not needed as netlify is used for deployment | |
# 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 |