Skip to content

Commit

Permalink
Revert "Do not copy stats for ci-format"
Browse files Browse the repository at this point in the history
This reverts commit c18a3ba.
  • Loading branch information
christophfroehlich committed Jan 1, 2024
1 parent fd6deb1 commit 0b25a17
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Restore stats
uses: actions/cache/restore@v3
with:
key: reviewer-stats-${{ github.run_id }}
restore-keys: |
reviewer-stats
path: ~/reviews
- name: Copy stats
run: ./make_help_scripts/add_review_stats
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual

0 comments on commit 0b25a17

Please sign in to comment.