Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus5408 committed Sep 27, 2023
2 parents 825a4f7 + 00b802b commit d9f118c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ on:
- main
paths-ignore:
- '.github/**' # Exclude changes to the .github directory
- 'quotes/**'
pull_request:
branches:
- main
paths-ignore:
paths-ignore:
- '.github/**' # Exclude changes to the .github directory
- 'quotes/**'
schedule:
- cron: '35 15 * * 1'

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Omniscient Reader's Viewpoint Quotes API

[![Google App Engine Deployment](https://github.com/Marcus5408/orv-quote-api/actions/workflows/deploy.yml/badge.svg)](https://github.com/Marcus5408/orv-quote-api/actions/workflows/deploy.yml)
[![CodeQL Scan](https://github.com/Marcus5408/orv-quote-api/actions/workflows/codeql.yml/badge.svg)](https://github.com/Marcus5408/orv-quote-api/actions/workflows/codeql.yml)

This is a simple API that returns a random quote from the book Omniscient Reader's Viewpoint.

Expand Down
2 changes: 1 addition & 1 deletion quotes/short_quotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"episode_name": "Swindler, II"
},
{
"quote": "A regressor actually doesn't regress. What actually regresses isn't him, but everything else excluding him.",
"quote": "A regressor actually doesn't regress. What actually regresses isn't him, but everything else excluding him.",
"author": "Unknown",
"chapter": 476,
"episode": "90",
Expand Down

0 comments on commit d9f118c

Please sign in to comment.