Skip to content

Commit

Permalink
Merge 28cd94b into 19ce025
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Oct 4, 2022
2 parents 19ce025 + 28cd94b commit 1894242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 129 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
name: Check spelling
needs: yaml-check
if: ${{needs.yaml-check.outputs.toggle_spell_check == 'yes'}}
uses: ./.github/workflows/report-maker.yml
uses: jhudsl/ottr-reports/.github/workflows/report-maker.yml@main
with:
check_type: spelling
error_min: 3
Expand All @@ -72,7 +72,7 @@ jobs:
name: Check URLs
needs: yaml-check
if: ${{needs.yaml-check.outputs.toggle_url_check == 'yes'}}
uses: ./.github/workflows/report-maker.yml
uses: jhudsl/ottr-reports/.github/workflows/report-maker.yml@main
with:
check_type: urls
error_min: 0
Expand All @@ -82,7 +82,7 @@ jobs:
name: Check quiz formatting
if: ${{needs.yaml-check.outputs.toggle_quiz_check == 'yes'}}
needs: yaml-check
uses: ./.github/workflows/report-maker.yml
uses: jhudsl/ottr-reports/.github/workflows/report-maker.yml@main
with:
check_type: quiz_format
error_min: 0
Expand Down
126 changes: 0 additions & 126 deletions .github/workflows/report-maker.yml

This file was deleted.

0 comments on commit 1894242

Please sign in to comment.