Skip to content

Commit

Permalink
Merge pull request #760 from cclauss/patch-1
Browse files Browse the repository at this point in the history
ci.yml: Discover typos with codespell
  • Loading branch information
mlech-reef authored Nov 2, 2021
2 parents a9fe66d + 0b09deb commit 1261ec1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: codespell-project/actions-codespell@2391250ab05295bddd51e36a8c6295edb6343b0e
with:
ignore_words_list: datas
- name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
uses: actions/setup-python@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
is issued at the end
* `contentLength` changed to `size` where appropriate
* Log configuration: stack traces are not printed in case of errors by default, `--verbose` changes that
* Log configuration arguments bahaviour altered: `--logConfig` is exclusive with `--verbose` and `--debugLogs`
* Log configuration arguments bahaviour altered: `--verbose` and `--debugLogs` can be used at the same time
* Log configuration arguments behaviour altered: `--logConfig` is exclusive with `--verbose` and `--debugLogs`
* Log configuration arguments behaviour altered: `--verbose` and `--debugLogs` can be used at the same time
(and they will both be taken into account)

### Removed
Expand Down Expand Up @@ -217,7 +217,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
* Tests fixed for Python 3.7
* Add documentation about what capabilites are required for different commands.
* Add documentation about what capabilities are required for different commands.
* Better error messages for authorization problems with application keys.

## [1.3.0] - 2018-07-20
Expand Down

0 comments on commit 1261ec1

Please sign in to comment.