Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Nov 3, 2020
1 parent 45a9ac5 commit 5df66e9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@ name: Tests

on:
pull_request:
paths-ignore:
- "docs/**"
- "news/**"
- "*.md"
- Dockerfile
push:
branches:
- master
paths-ignore:
- "docs/**"
- "news/**"
- "*.md"
- Dockerfile

jobs:
Testing:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- master
paths:
- "*.md"
- docs/**
- "!pdm/**"

jobs:
build-doc:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@ name: Code Quality

on:
pull_request:
paths-ignore:
- "docs/**"
- "news/**"
- "*.md"
- Dockerfile
push:
branches: [master]
paths-ignore:
- "docs/**"
- "news/**"
- "*.md"
- Dockerfile

jobs:
pre-commit:
Expand Down
1 change: 1 addition & 0 deletions news/164.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Synchronize the output of `LogWrapper`.

0 comments on commit 5df66e9

Please sign in to comment.