Added new book from Manning

This commit is contained in:
Unmesh Gundecha
2021-02-17 09:33:29 +08:00
parent f59de7f3d3
commit 83af37a749
3 changed files with 2 additions and 17 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
name: CI
on: [push, pull_request]
on: []
jobs:
build: