diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck_action.yaml similarity index 56% rename from .github/workflows/spellcheck.yaml rename to .github/workflows/spellcheck_action.yaml index 0ec7739..2a9ebb0 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck_action.yaml @@ -3,24 +3,19 @@ # This is workflow for spell checking using PySpelling lib (https://pypi.org/project/pyspelling/) name: Spellcheck -# Controls when the action will run. + on: - # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] pull_request: branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# A workflow run is made up of one or more jobs that can run sequentially or in parallel + jobs: - # This workflow contains a single job called "build" build: - # The type of runner that the job will run on runs-on: ubuntu-latest - # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Spellcheck - uses: actions/checkout@v2 - uses: igsekor/pyspelling-any@v0.0.2 name: Spellcheck diff --git a/.spellcheck.yaml b/.spellcheck.yaml new file mode 100644 index 0000000..4f9bd7a --- /dev/null +++ b/.spellcheck.yaml @@ -0,0 +1,18 @@ +matrix: +- name: Markdown + sources: + - '**/*.md' + default_encoding: utf-8 + aspell: + lang: en + dictionary: + wordlists: + - wordlist.txt + encoding: utf-8 + pipeline: + - pyspelling.filters.markdown: + - pyspelling.filters.html: + comments: false + ignores: + - code + - pre \ No newline at end of file diff --git a/static/images/home/exec/kishan.jpg b/static/images/home/exec/kishan.jpg index 899d684..d0751d8 100644 Binary files a/static/images/home/exec/kishan.jpg and b/static/images/home/exec/kishan.jpg differ