Skip to content

Commit fbac0d2

Browse files
committed
docs: lint inline documentation
1 parent 271a11e commit fbac0d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/versionBump.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
- name: null step
4747
id: null_step
48-
run: echo "i do not do anything"
48+
run: echo "i ensure that NEXT_VERSION is set."
4949

5050
- name: Check versions
5151
id: check_versions
@@ -61,7 +61,7 @@
6161

6262
- name: another null step
6363
id: another_null_step
64-
run: echo "i do not do anything either."
64+
run: echo "i ensure that CURRENT_VERSION, NEXT_VERSION and VERSION_CHANGED are set."
6565

6666

6767
- name: Update __version__
@@ -77,3 +77,4 @@
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.PAT }}
7979
NEXT_VERSION: ${{ env.NEXT_VERSION }}
80+
VERSION_CHANGED: ${{ env.VERSION_CHANGED }}

0 commit comments

Comments
 (0)