Skip to content

Commit 8d76fad

Browse files
committed
improve next steps file
1 parent 69e003b commit 8d76fad

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

{{cookiecutter.project_name}}/.github/workflows/next_steps.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
id: linting
4949
- name: List created issues
5050
run: |
51-
echo 'Created issues that must be completed to have fully working Python package:' | tee -a next_steps.md
52-
echo '* ${{ steps.sonarcloud.outputs.url }}' | tee -a next_steps.md
53-
echo '* ${{ steps.zenodo.outputs.url }}' | tee -a next_steps.md
54-
echo '* ${{ steps.readthedocs.outputs.url }}' | tee -a next_steps.md
55-
echo '* ${{ steps.citation.outputs.url }}' | tee -a next_steps.md
56-
echo '* ${{ steps.linting.outputs.url }}' | tee -a next_steps.md
51+
echo 'Created issues that must be completed to have fully working Python package:
52+
* Sonarcloud integration ${{ steps.sonarcloud.outputs.url }}
53+
* Zenodo integration ${{ steps.zenodo.outputs.url }}
54+
* Readthedocs instructions ${{ steps.readthedocs.outputs.url }}
55+
* Citation data ${{ steps.citation.outputs.url }}
56+
* Linting fixes ${{ steps.linting.outputs.url }}' | tee -a next_steps.md
5757
- name: Cleanup files needed to create next steps issues
5858
run: |
5959
git config --global user.name 'Your Name'

0 commit comments

Comments
 (0)