We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24927ee commit d15b2faCopy full SHA for d15b2fa
1 file changed
.github/workflows/latest_changes.yml
@@ -33,11 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
python -m pip install --upgrade pip
36
- pip install useful-scripts pre-commit
37
-
38
- - name: Run pre-commit hooks
39
- run: pre-commit run --all-files
40
- continue-on-error: true
+ pip install useful-scripts
41
42
- name: Run the script for recently modified
43
run: markdown --root ${{ github.workspace }} modify_recent --output ${{ github.workspace }}/README.md --num_commits 15 --dir src --title "### Latest Changes"
0 commit comments