Skip to content

Commit

Permalink
Create check-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yknz authored Sep 3, 2024
1 parent 71f5b94 commit f1437de
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check python version

on:
workflow_dispatch

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check version
run: python3 --version

0 comments on commit f1437de

Please sign in to comment.