Skip to content

Commit

Permalink
Echo context
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Jun 14, 2024
1 parent 47821d6 commit 9129dcb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lintcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
fetch-depth: 0

- run: echo '${{ toJSON(github) }}'

- name: Checkout merge base
run: git checkout ${{ github.event.pull_request.base.sha }}

Expand Down Expand Up @@ -105,7 +107,3 @@ jobs:

- name: Diff results
run: cargo lintcheck diff lintcheck-logs/base.json lintcheck-logs/head.json >> $GITHUB_STEP_SUMMARY

- uses: actions/upload-artifact@v4
with:
path: lintcheck-logs

0 comments on commit 9129dcb

Please sign in to comment.