Skip to content

Commit

Permalink
Merge pull request #29 from dxc-technology/tom-halpin-patch-1
Browse files Browse the repository at this point in the history
update the spellcheck action used
  • Loading branch information
tom-halpin authored Nov 16, 2020
2 parents a1eb8ee + bea2e85 commit c36db07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecommitWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out code.
uses: actions/checkout@v2
- name: Spelling check via PySpelling
uses: sbates130272/spellcheck-github-actions@v0.7.0
uses: rojopolis/spellcheck-github-actions@0.6.0
super-linter:
# Job name
name: lint-code-base-using-super-linter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pushtoMaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out code.
uses: actions/checkout@v2
- name: Spelling check via PySpelling
uses: sbates130272/spellcheck-github-actions@v0.7.0
uses: rojopolis/spellcheck-github-actions@0.6.0
super-linter:
# Job name
name: lint-code-base-using-super-linter
Expand Down
2 changes: 1 addition & 1 deletion .spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
- name: markdown
dictionary:
wordlists:
- wordlist.txt
- .wordlist.txt
output: wordlist.dic
encoding: utf-8
pipeline:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to the Sequences As Code (SaC) project will be documented in
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.4] - 2020-11-16

- Updated spellcheck GitHub action used

## [1.0.3] - 2020-08-24

- Updated some sequence diagrams
Expand Down

0 comments on commit c36db07

Please sign in to comment.