Skip to content

Commit

Permalink
Add logging middleware. (#12)
Browse files Browse the repository at this point in the history
* Add logging middleware.
  • Loading branch information
Stephen Cirner authored Oct 6, 2021
1 parent eab350f commit 2099800
Show file tree
Hide file tree
Showing 11 changed files with 240 additions and 66 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Build

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build_and_test:
Expand Down
Loading

0 comments on commit 2099800

Please sign in to comment.