We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0079bcf commit 7d9e0efCopy full SHA for 7d9e0ef
.github/workflows/pull_request.yml
@@ -60,8 +60,9 @@ jobs:
60
with:
61
check_type: spelling
62
error_min: 3
63
- gh_pat: secrets.GH_PAT
64
branch_name: ${GITHUB_HEAD_REF}
+ secrets:
65
+ gh_pat: secrets.GH_PAT
66
67
url-check:
68
name: Check URLs
@@ -71,9 +72,10 @@ jobs:
71
72
73
check_type: urls
74
error_min: 0
75
76
-
77
78
+
79
quiz-check:
80
name: Check quiz formatting
81
if: ${{needs.yaml-check.outputs.toggle_quiz_check == 'yes'}}
@@ -82,8 +84,9 @@ jobs:
82
84
83
85
check_type: quiz_format
86
87
88
89
90
91
############################# Style the code ###################################
92
style-code:
0 commit comments