Skip to content

Update README.md

Update README.md #141

#name: Latest blog post workflow
#on:
# schedule:
# # Runs every hour
# - cron: '0 * * * *'
#jobs:
# update-readme-with-blog:
# name: Update this repo's README with latest blog posts
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: TheCleverIdiott/blog-post-workflow@master
# with:
# feed_list: 'https://medium.com/@the-clever-idiot'