eslint + workflow formatting

- appropriate job names
- only trigger on pushes to master branch & PRs
- conform to formatting
This commit is contained in:
Michael C
2021-12-20 23:04:41 -05:00
parent 7aa9524835
commit 3dd9024cc7
8 changed files with 31 additions and 19 deletions

View File

@@ -46,7 +46,6 @@ import { getChapterNames } from "./routes/getChapterNames";
import { postRating } from "./routes/ratings/postRating";
import { getRating } from "./routes/ratings/getRating";
import { postClearCache as ratingPostClearCache } from "./routes/ratings/postClearCache";
import path from "path";
export function createServer(callback: () => void): Server {
// Create a service (the app object is just a callback).