We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4820626 commit 2f68e6fCopy full SHA for 2f68e6f
1 file changed
ql/test/query-tests/SyntaxError/.github/workflows/malformed.yml
@@ -0,0 +1,7 @@
1
+on: pull_request_target
2
+
3
+jobs:
4
+ test:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - run: echo ${{ github.event.pull_request.body}}
0 commit comments