diff --git a/.github/workflows/handle_format_request.yml b/.github/workflows/handle_format_request.yml index 183b4703a..360e0e586 100644 --- a/.github/workflows/handle_format_request.yml +++ b/.github/workflows/handle_format_request.yml @@ -4,6 +4,10 @@ on: types: [created] jobs: + test-github: + runs-on: ubuntu-latest + steps: + - run: echo '${{ toJSON(github) }}' update-formatting: continue-on-error: true if: github.event.issue.pull_request && github.event.issue.user.login == github.event.pull_request.user.login