Skip to content

Commit

Permalink
docs: lint inline documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 14, 2023
1 parent 271a11e commit fbac0d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/versionBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

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

- name: Check versions
id: check_versions
Expand All @@ -61,7 +61,7 @@

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


- name: Update __version__
Expand All @@ -77,3 +77,4 @@
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
NEXT_VERSION: ${{ env.NEXT_VERSION }}
VERSION_CHANGED: ${{ env.VERSION_CHANGED }}

0 comments on commit fbac0d2

Please sign in to comment.