Skip to content

Commit

Permalink
lint reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Mar 21, 2024
1 parent 2c391d6 commit e08d8d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
rspec-tests:
needs: build
uses: scientist-softserv/actions/.github/workflows/test.yaml@seperate_reports
reports:
needs: rspec-tests
uses: scientist-softserv/actions/.github/workflows/report.yaml@seperate_reports
rubocop:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected]
reports:
needs: [rspec-tests, rubocop]
uses: scientist-softserv/actions/.github/workflows/report.yaml@seperate_reports

0 comments on commit e08d8d0

Please sign in to comment.