Skip to content

Commit

Permalink
Remove superfluous text
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Nov 6, 2024
1 parent ed236bf commit 6ddf2d5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/frontend-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,3 @@ runs:
github-token: ${{ env.GH_TOKEN }}
comment-identifier: "${{ env.WORKFLOW_SHORT_NAME }}-CodeCoverageSummary"
comment-content: ${{ steps.code-coverage-summary.outputs.markdown }}

- name: fail-action
shell: bash
#if: failure() && steps.node-lint.outcome != 'success'
if: always()
run: |
echo "Result of node-lint was '${{ steps.node-lint.outcome }}'"

0 comments on commit 6ddf2d5

Please sign in to comment.