We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12bead commit 3445b33Copy full SHA for 3445b33
1 file changed
.github/workflows/tests.yml
@@ -51,3 +51,8 @@ jobs:
51
github_token: ${{ secrets.GITHUB_TOKEN }}
52
log_path: error.log
53
screenshot_path: screenshot.png
54
+
55
+ - name: auto PR schema
56
+ uses: Miskler/pytest-jsonschema-snapshot-bot@v0
57
+ with:
58
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments