Skip to content

Commit 28e34f3

Browse files
authored
Create python-check.yml
1 parent dc30fcc commit 28e34f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/python-check.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)