Skip to content

Commit

Permalink
Merge branch 'main' into winter25_statistics
Browse files Browse the repository at this point in the history
merging main into the branch to get PR action fixes
  • Loading branch information
carriewright11 committed Jan 13, 2025
2 parents b44986b + eded19d commit 2e5c764
Show file tree
Hide file tree
Showing 37 changed files with 1,347 additions and 722 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ jobs:
with:
check_type: spelling
error_min: 1
gh_pat: secrets.GH_PAT
branch_name: ${GITHUB_HEAD_REF}
secrets:
gh_pat: ${{ secrets.GH_PAT }}


url-check:
name: Check URLs
Expand All @@ -71,8 +73,9 @@ jobs:
with:
check_type: urls
error_min: 1
gh_pat: secrets.GH_PAT
branch_name: ${GITHUB_HEAD_REF}
secrets:
gh_pat: ${{ secrets.GH_PAT }}

########################## Style Code ##############################

Expand Down
Loading

0 comments on commit 2e5c764

Please sign in to comment.