Skip to content

Commit 869fff6

Browse files
committed
docs: Cleanup after removal
1 parent 3f135ab commit 869fff6

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88
<!-- Please check out applicable fields. -->
99

1010
* [ ] I have written the tests for my change
11-
* [ ] I have made documentation changes about my change
1211
* [ ] I have bumped the version number

.github/workflows/tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,3 @@ jobs:
4747
run: npm run build
4848
env:
4949
CI: true
50-
51-
- name: Check if docs are up to date
52-
run: git diff --quiet docs/ || echo 'The documentation is not up to date. Run `npm run build` and commit `docs/`.'

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ exposing them to Concourse interface.
2323

2424
Think: GitHub Actions, DigitalOcean App Deployments, Heroku Deployments.
2525

26-
## Documentation
27-
28-
Find the `docs/` directory which is generated from source code.
29-
3026
## Testing
3127

3228
Majority of the tests are written as integration tests, and there is very little unit tests as it stands.

0 commit comments

Comments
 (0)