Skip to content

Commit

Permalink
Merge branch 'main' into carriewright11-patch-1
Browse files Browse the repository at this point in the history
getting PR fix
  • Loading branch information
carriewright11 committed Jan 13, 2025
2 parents 30e6c15 + eded19d commit 658ca01
Show file tree
Hide file tree
Showing 29 changed files with 1,148 additions and 483 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 658ca01

Please sign in to comment.