dependabot[bot]
7da076a31d
build(deps-dev): bump codespell from 2.4.0 to 2.4.1
...
Bumps [codespell](https://github.com/codespell-project/codespell ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v2.4.0...v2.4.1 )
---
updated-dependencies:
- dependency-name: codespell
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-29 11:26:00 +00:00
dependabot[bot]
767debeb0f
build(deps-dev): bump codespell from 2.3.0 to 2.4.0
...
Bumps [codespell](https://github.com/codespell-project/codespell ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: codespell
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-22 11:31:05 +00:00
dependabot[bot]
58beeb4bb1
build(deps-dev): bump codespell from 2.2.6 to 2.3.0
...
Bumps [codespell](https://github.com/codespell-project/codespell ) from 2.2.6 to 2.3.0.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0 )
---
updated-dependencies:
- dependency-name: codespell
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-24 11:36:56 +00:00
dependabot[bot]
acc58e1f4c
build(deps-dev): bump codespell from 2.2.5 to 2.2.6
...
Bumps [codespell](https://github.com/codespell-project/codespell ) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6 )
---
updated-dependencies:
- dependency-name: codespell
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 11:50:42 +00:00
dependabot[bot]
47277688f5
build(deps-dev): bump codespell from 2.2.4 to 2.2.5
...
Bumps [codespell](https://github.com/codespell-project/codespell ) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5 )
---
updated-dependencies:
- dependency-name: codespell
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-15 11:57:38 +00:00
dependabot[bot]
4aee4c57de
build(deps-dev): bump codespell from 2.2.2 to 2.2.4
...
Bumps [codespell](https://github.com/codespell-project/codespell ) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4 )
---
updated-dependencies:
- dependency-name: codespell
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-09 11:58:04 +00:00
dependabot[bot]
9f73db84ac
build(deps-dev): bump codespell from 2.2.1 to 2.2.2
...
Bumps [codespell](https://github.com/codespell-project/codespell ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: codespell
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-17 11:29:37 +00:00
dependabot[bot]
de4e849b74
build(deps-dev): bump codespell from 2.1.0 to 2.2.1
...
Bumps [codespell](https://github.com/codespell-project/codespell ) from 2.1.0 to 2.2.1.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.1 )
---
updated-dependencies:
- dependency-name: codespell
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-19 11:11:05 +00:00
per1234
6a641ae9ff
Restrict codespell tool dependency to compatible version range
...
The caret version constraint strikes a nice balance of allowing for benefiting from improvements to the dependency, but
stopping at a potentially breaking change indicated by a major version bump. A manual review should be done at that time
before updating the constraint to the next major version series.
The previous approach only set a minimum version constraint, with no restriction on breaking releases.
2021-08-13 14:43:00 -07:00
per1234
6d4f58adcf
Change project name to "arduino/setup-task"
...
Change project name to "arduino/setup-task"
The Task documentation consistently refers to the tool as "Task". Taskfile is the term used for Task's configuration file.
This action is setting up the Task tool, not setting up the Task configuration file, so "arduino/setup-task" is more
appropriate than "arduino/setup-taskfile".
2021-05-07 02:49:21 -07:00
per1234
9b54ca505a
Add CI workflow to check for commonly misspelled words
...
On every push, pull request, and periodically, use the codespell-project/actions-codespell action to check for commonly
misspelled words.
In the event of a false positive, the problematic word should be added, in all lowercase, to the ignore-words-list field
of ./.codespellrc. Regardless of the case of the word in the false positive, it must be in all lowercase in the ignore
list. The ignore list is comma-separated with no spaces.
2021-05-05 01:15:54 -07:00