Skip to content

Commit

Permalink
fix: add latest_changes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller committed Jan 13, 2024
1 parent 24927ee commit d15b2fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/latest_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install useful-scripts pre-commit
- name: Run pre-commit hooks
run: pre-commit run --all-files
continue-on-error: true
pip install useful-scripts
- name: Run the script for recently modified
run: markdown --root ${{ github.workspace }} modify_recent --output ${{ github.workspace }}/README.md --num_commits 15 --dir src --title "### Latest Changes"
Expand Down

0 comments on commit d15b2fa

Please sign in to comment.