We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc30fcc commit 28e34f3Copy full SHA for 28e34f3
.github/workflows/python-check.yml
@@ -0,0 +1,8 @@
1
+name: Check Python Status
2
+on:
3
+ - pull_request
4
+
5
+jobs:
6
+ check:
7
+ steps:
8
+ - uses: synodic-software/.github/.github/workflows/python-check.yml@stable
0 commit comments