Skip to content

Commit 9ea37a2

Browse files
authored
Fix: run precommit in the update action (#259)
1 parent 8c8a555 commit 9ea37a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/update-all-review-data.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
update-contributors --update update_all
2525
update-reviews --update update_all
2626
update-reviewers
27+
- Run pre-commit
28+
uses: pre-commit/[email protected]
29+
with:
30+
extra_args: --files _data/packages.yml _data/contributors.yml
2731
- name: Create Pull Request
2832
uses: peter-evans/create-pull-request@v5
2933
with:

_pages/python-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ redirect_from:
3636
<button class="button" data-filter=".metal:not(.transition)">metal but not transition</button> -->
3737
</div>
3838

39-
{% assign packages_sorted = site.data.packages | sort_natural: 'date_accepted' | reverse %}
39+
{% assign packages_sorted = site.data.packages | sort_natural: 'date_accepted' | reverse %}
4040

4141
<div class="grid-isotope">
4242
{% for apackage in packages_sorted %}

0 commit comments

Comments
 (0)