Skip to content

Commit

Permalink
Merge pull request #30 from antmicro/rkol/add-linter-artifact
Browse files Browse the repository at this point in the history
Add linter log to artifacts
  • Loading branch information
tgorochowik authored Mar 27, 2023
2 parents 0f651c2 + b5d3ad6 commit b032a76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ runs:
INPUT_REVIEWDOG_REPORTER: ${{ inputs.reviewdog_reporter }}
INPUT_SUGGEST_FIXES: ${{ inputs.suggest_fixes }}
run: ${{ github.action_path }}/entrypoint.sh
- name: Upload linter log
uses: actions/upload-artifact@v3
with:
name: verible-linter
path: ${{ inputs.log_file }}

0 comments on commit b032a76

Please sign in to comment.