Skip to content

Commit d15b2fa

Browse files
committed
fix: add latest_changes.yml
1 parent 24927ee commit d15b2fa

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/latest_changes.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
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
36+
pip install useful-scripts
4137
4238
- name: Run the script for recently modified
4339
run: markdown --root ${{ github.workspace }} modify_recent --output ${{ github.workspace }}/README.md --num_commits 15 --dir src --title "### Latest Changes"

0 commit comments

Comments
 (0)