Skip to content

Commit

Permalink
Merge pull request #8 from ACCESS-NRI/7-update-documentation
Browse files Browse the repository at this point in the history
7 update documentation
  • Loading branch information
bschroeter authored Jul 3, 2024
2 parents e25fcca + d7f16d2 commit 00ca936
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: CI pytest

on: [push]

Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/ci_spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI Spelling
on: [push]
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Spelling
uses: rojopolis/[email protected]
with:
config_path: .spellcheck.yml
task_name: Markdown
26 changes: 26 additions & 0 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
matrix:
- name: Markdown
expect_match: false
apsell:
mode: en
dictionary:
wordlists:
- .wordlist.txt
output: wordlist.dic
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- markdown.extensions.extra:
- pyspelling.filters.html:
comments: false
attributes:
- alt
ignores:
- ':matches(code, pre)'
- 'code'
- 'pre'
- 'blockquote'
sources:
- '*.md'
- 'docs/**/*.md'
9 changes: 9 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
HPCPY
HPC
hpcpy
pre
py
jobscript
Jinja
README
md

0 comments on commit 00ca936

Please sign in to comment.