mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
Remove TODOs from workflows. (#35)
* Remove TODOs from workflows. * Remove TODO in test-cache.yml
This commit is contained in:
parent
461983b3bb
commit
43d6c89249
3 changed files with 6 additions and 18 deletions
8
.github/workflows/test-action.yml
vendored
8
.github/workflows/test-action.yml
vendored
|
@ -1,11 +1,7 @@
|
||||||
name: Smoke test the action
|
name: Smoke test the action
|
||||||
|
|
||||||
# Assumes that the latest published normal version of `ref_slice` smaller
|
# Assumes that the latest published normal version of `ref_slice` not greater
|
||||||
# than 1.2.2 is 1.2.1.
|
# than 1.2.1 is 1.2.1 itself.
|
||||||
# TODO: Change the crate version in the corresponding branches `patch_change`
|
|
||||||
# and `major_change` to 1.2.1 once new logic of choosing baseline is adapted.
|
|
||||||
# Otherwise if new version 1.2.2 of `ref_slice` is released, the tests might
|
|
||||||
# stop working correctly.
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
8
.github/workflows/test-cache.yml
vendored
8
.github/workflows/test-cache.yml
vendored
|
@ -1,11 +1,7 @@
|
||||||
name: Test rustdoc caching
|
name: Test rustdoc caching
|
||||||
|
|
||||||
# Assumes that the latest published normal version of `ref_slice` smaller
|
# Assumes that the latest published normal version of `ref_slice` not greater
|
||||||
# than 1.2.2 is 1.2.1.
|
# than 1.2.1 is 1.2.1 itself.
|
||||||
# TODO: Change the crate version in the corresponding branches `patch_change`
|
|
||||||
# and `major_change` to 1.2.1 once new logic of choosing baseline is adapted.
|
|
||||||
# Otherwise if new version 1.2.2 of `ref_slice` is released, the tests might
|
|
||||||
# stop working correctly.
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
8
.github/workflows/test-inputs.yml
vendored
8
.github/workflows/test-inputs.yml
vendored
|
@ -1,11 +1,7 @@
|
||||||
name: Test action inputs
|
name: Test action inputs
|
||||||
|
|
||||||
# Assumes that the latest published normal version of `ref_slice` smaller
|
# Assumes that the latest published normal version of `ref_slice` not greater
|
||||||
# than 1.2.2 is 1.2.1.
|
# than 1.2.1 is 1.2.1 itself.
|
||||||
# TODO: Change the crate version in the corresponding branches `patch_change`
|
|
||||||
# and `major_change` to 1.2.1 once new logic of choosing baseline is adapted.
|
|
||||||
# Otherwise if new version 1.2.2 of `ref_slice` is released, the tests might
|
|
||||||
# stop working correctly.
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
Loading…
Reference in a new issue