File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 24
24
update-contributors --update update_all
25
25
update-reviews --update update_all
26
26
update-reviewers
27
+ - Run pre-commit
28
+ uses :
pre-commit/[email protected]
29
+ with :
30
+ extra_args : --files _data/packages.yml _data/contributors.yml
27
31
- name : Create Pull Request
28
32
uses : peter-evans/create-pull-request@v5
29
33
with :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ redirect_from:
36
36
<button class="button" data-filter=".metal:not(.transition)">metal but not transition</button> -->
37
37
</div >
38
38
39
- {% assign packages_sorted = site.data.packages | sort_natural: 'date_accepted' | reverse %}
39
+ {% assign packages_sorted = site.data.packages | sort_natural: 'date_accepted' | reverse %}
40
40
41
41
<div class =" grid-isotope " >
42
42
{% for apackage in packages_sorted %}
You can’t perform that action at this time.
0 commit comments