Skip to content

Commit

Permalink
add levelingup
Browse files Browse the repository at this point in the history
  • Loading branch information
levelingup committed Oct 2, 2023
2 parents 94840f9 + 2d856b7 commit a87d571
Show file tree
Hide file tree
Showing 7 changed files with 15,778 additions and 773 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-sort-users-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout PR
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Install Python 3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Sort users
Expand Down
Loading

0 comments on commit a87d571

Please sign in to comment.