Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jan 14, 2025
1 parent 1a9b84a commit fa6b7f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Candace Savonen Dec 2021
# Updated Aug 2024
# Updated Jan 2025
name: Pull Request

on:
Expand Down Expand Up @@ -58,7 +58,8 @@ jobs:
with:
check_type: spelling
error_min: 3
gh_pat: secrets.GH_PAT
secrets:
gh_pat: ${{ secrets.GH_PAT }}

url-check:
name: Check URLs
Expand All @@ -68,7 +69,9 @@ jobs:
with:
check_type: urls
error_min: 0
gh_pat: secrets.GH_PAT
secrets:
gh_pat: ${{ secrets.GH_PAT }}

############################# Readability Report ###################################

readability-report:
Expand Down

0 comments on commit fa6b7f1

Please sign in to comment.