Skip to content

Commit c36db07

Browse files
authored
Merge pull request #29 from dxc-technology/tom-halpin-patch-1
update the spellcheck action used
2 parents a1eb8ee + bea2e85 commit c36db07

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/codecommitWorkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out code.
1414
uses: actions/checkout@v2
1515
- name: Spelling check via PySpelling
16-
uses: sbates130272/spellcheck-github-actions@v0.7.0
16+
uses: rojopolis/spellcheck-github-actions@0.6.0
1717
super-linter:
1818
# Job name
1919
name: lint-code-base-using-super-linter

.github/workflows/pushtoMaster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out code.
1515
uses: actions/checkout@v2
1616
- name: Spelling check via PySpelling
17-
uses: sbates130272/spellcheck-github-actions@v0.7.0
17+
uses: rojopolis/spellcheck-github-actions@0.6.0
1818
super-linter:
1919
# Job name
2020
name: lint-code-base-using-super-linter

.spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
- name: markdown
66
dictionary:
77
wordlists:
8-
- wordlist.txt
8+
- .wordlist.txt
99
output: wordlist.dic
1010
encoding: utf-8
1111
pipeline:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to the Sequences As Code (SaC) project will be documented in
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.4] - 2020-11-16
9+
10+
- Updated spellcheck GitHub action used
11+
812
## [1.0.3] - 2020-08-24
913

1014
- Updated some sequence diagrams

0 commit comments

Comments
 (0)