mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-04 00:08:01 +00:00
Merge pull request #7 from upgundecha/new-additions
Added new book from Manning
This commit is contained in:
16
.github/workflows/link_check.yml
vendored
16
.github/workflows/link_check.yml
vendored
@@ -1,16 +0,0 @@
|
|||||||
name: Check Markdown links
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
schedule:
|
|
||||||
# Run every Monday
|
|
||||||
- cron: "0 0 * * 1"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
markdown-link-check:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
|
||||||
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: []
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -806,6 +806,7 @@ _Note to readers: This list refers to some of the articles, posts, videos, tools
|
|||||||
* [What Is SRE?](https://www.oreilly.com/library/view/what-is-sre/9781492054429/)
|
* [What Is SRE?](https://www.oreilly.com/library/view/what-is-sre/9781492054429/)
|
||||||
* [Database Reliability Engineering: What, Why, and How?](https://www.oreilly.com/library/view/database-reliability-engineering/9781492030942/)
|
* [Database Reliability Engineering: What, Why, and How?](https://www.oreilly.com/library/view/database-reliability-engineering/9781492030942/)
|
||||||
* [Observability Engineering](https://www.oreilly.com/library/view/observability-engineering/9781492076438/)
|
* [Observability Engineering](https://www.oreilly.com/library/view/observability-engineering/9781492076438/)
|
||||||
|
* [_New!_ Chaos Engineering: Site reliability through controlled disruption](https://www.manning.com/books/chaos-engineering)
|
||||||
|
|
||||||
### Events
|
### Events
|
||||||
* [SRECon Past Events](https://www.usenix.org/srecon#past)
|
* [SRECon Past Events](https://www.usenix.org/srecon#past)
|
||||||
|
|||||||
Reference in New Issue
Block a user