Skip to content

Commit 9129dcb

Browse files
committed
Echo context
1 parent 47821d6 commit 9129dcb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/lintcheck.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27+
- run: echo '${{ toJSON(github) }}'
28+
2729
- name: Checkout merge base
2830
run: git checkout ${{ github.event.pull_request.base.sha }}
2931

@@ -105,7 +107,3 @@ jobs:
105107

106108
- name: Diff results
107109
run: cargo lintcheck diff lintcheck-logs/base.json lintcheck-logs/head.json >> $GITHUB_STEP_SUMMARY
108-
109-
- uses: actions/upload-artifact@v4
110-
with:
111-
path: lintcheck-logs

0 commit comments

Comments
 (0)