Skip to content

Commit 25bf42b

Browse files
authored
Updates to actions and minor updates to docs (#17)
* configured stale action and minor updates to docs * upgraded versions of spellcheck and linting actions * upgraded versions of spellcheck and linting actions
1 parent 6cd726d commit 25bf42b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codecommitWorkflow.yml

Lines changed: 2 additions & 2 deletions
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.6.0
16+
uses: sbates130272/spellcheck-github-actions@v0.7.0
1717
super-linter:
1818
# Job name
1919
name: lint-code-base-using-super-linter
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v2
2727
# Run Linter against code base
2828
- name: Lint code base
29-
uses: docker://github/super-linter:v2.1.1
29+
uses: docker://github/super-linter:v3.3.2
3030
env:
3131
VALIDATE_ALL_CODEBASE: true # will parse the entire repository and find all files to validate across all types. NOTE: When set to false, only new or edited files will be parsed for validation.
3232
DEFAULT_BRANCH: master

.github/workflows/pushtoMaster.yml

Lines changed: 2 additions & 2 deletions
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.6.0
17+
uses: sbates130272/spellcheck-github-actions@v0.7.0
1818
super-linter:
1919
# Job name
2020
name: lint-code-base-using-super-linter
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v2
2828
# Run Linter against code base
2929
- name: Lint code base
30-
uses: docker://github/super-linter:v2.1.1
30+
uses: docker://github/super-linter:v3.3.2
3131
env:
3232
VALIDATE_ALL_CODEBASE: true # will parse the entire repository and find all files to validate across all types. NOTE: When set to false, only new or edited files will be parsed for validation.
3333
DEFAULT_BRANCH: master

0 commit comments

Comments
 (0)