Skip to content

Commit

Permalink
Merge pull request #332 from bettersg/feat/improve-documentation
Browse files Browse the repository at this point in the history
improved docs and added more types
  • Loading branch information
sarge1989 authored Jun 9, 2024
2 parents 8c3702c + 262bb42 commit 02af88e
Show file tree
Hide file tree
Showing 15 changed files with 703 additions and 425 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
paths:
- "functions/**"
- "checkers-app/**"
paths-ignore:
- "README.md"

jobs:
build_and_deploy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Run Tests
on:
pull_request:
paths-ignore:
- "README.md"
push:
branches:
- develop
- main
paths-ignore:
- "README.md"
jobs:
run_tests:
runs-on: ubuntu-latest
Expand Down
542 changes: 534 additions & 8 deletions README.md

Large diffs are not rendered by default.

38 changes: 0 additions & 38 deletions documentation/businessFlow.md

This file was deleted.

43 changes: 0 additions & 43 deletions documentation/checkersAppDevOnboarding.md

This file was deleted.

49 changes: 0 additions & 49 deletions documentation/conversationFlow.md

This file was deleted.

161 changes: 0 additions & 161 deletions documentation/dataSchema.md

This file was deleted.

Loading

0 comments on commit 02af88e

Please sign in to comment.