Skip to content

Commit

Permalink
adding spell cheker
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssem Dellai committed Aug 28, 2023
1 parent 6408105 commit 5ce403d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/041-spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
incremental_files_only: false # Limit the files checked to the ones in the pull request or push.
verbose: false # Log progress and other information during the action execution.
files: |
**/*.md
README.md
# **/*.md
!dist/**/*.{ts,js}
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
# The default is to check ALL files that were changed in in the pull_request or push.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Github Actions course

DevOps became very important for organizations willing to automate and modernize their workloads. Thanks to its capabilities, it is never been easier create a pipeline that can do all the required steps to build 'almost' any kind of application and deploy 'almost' to any environment. All of this with a click of a button.
DevOps became very imprtant for organiztions willing to automate and modernize their workloads. Thanks to its capabilities, it is never been easier create a pipeline that can do all the required steps to build 'almost' any kind of application and deploy 'almost' to any environment. All of this with a click of a button.

Check warning on line 3 in README.md

View workflow job for this annotation

GitHub Actions / spell-ckeck

Unknown word (imprtant)

Check warning on line 3 in README.md

View workflow job for this annotation

GitHub Actions / spell-ckeck

Unknown word (organiztions)

Not only that, using DevOps features makes it possible to secure the pipelines when managing secrets or when connecting to the target production environment. That become today what is known as DevSecOps.

Expand Down

0 comments on commit 5ce403d

Please sign in to comment.