File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments