Skip to content

Commit

Permalink
Call report-maker.yml from here (#565)
Browse files Browse the repository at this point in the history
* Call report-maker.yml from here

* Delete report-maker.yml from this repo
  • Loading branch information
cansavvy authored Oct 4, 2022
1 parent 19ce025 commit 773bbef
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 773bbef

Please sign in to comment.