Skip to content

Commit

Permalink
Merge pull request #197 from stelligent/feature/add_blog
Browse files Browse the repository at this point in the history
adding blog post to readmes
  • Loading branch information
Keith Monihen committed Apr 17, 2020
2 parents 673c114 + fc66438 commit 9fadc51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -8,6 +8,7 @@ on:
- '**'
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bump_version.yml
Expand Up @@ -13,6 +13,7 @@ on:
- '**'
paths-ignore:
- 'docs/**'
- '*.md'
- '.devcontainer/**'

jobs:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,9 @@ A command line tool to validate configuration files using rules specified in YAM

## Blog Posts

✏️ [config-lint: Up and Running](https://stelligent.com/2020/04/17/config-lint-up-and-running/)


✏️ [Development Acceleration Through VS Code Remote Containers](https://stelligent.com/2020/04/10/development-acceleration-through-vs-code-remote-containers-setting-up-a-foundational-configuration/)

## Quick Start
Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Expand Up @@ -10,6 +10,8 @@ A command line tool to validate configuration files using rules specified in YAM

## Blog Posts

✏️ [config-lint: Up and Running](https://stelligent.com/2020/04/17/config-lint-up-and-running/)

✏️ [Development Acceleration Through VS Code Remote Containers](https://stelligent.com/2020/04/10/development-acceleration-through-vs-code-remote-containers-setting-up-a-foundational-configuration/)

## Quick Start
Expand Down

0 comments on commit 9fadc51

Please sign in to comment.