diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 000000000..165913dd4 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,16 @@ +name: Claude Exploit Test + +on: + issue_comment: + types: [created] + +permissions: + contents: read + pull-requests: read + issues: read + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: anthropics/claude-code-action@v1 diff --git a/README.md b/README.md index b0b5c7382..83c9cc8a7 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,4 @@ Having issues or questions? Check out our [Frequently Asked Questions](./docs/fa ## License This project is licensed under the MIT License—see the LICENSE file for details. +test