Skip to content

Commit

Permalink
Merge pull request #17 from Okaneeee/ci/actions
Browse files Browse the repository at this point in the history
ci: rename actions
  • Loading branch information
Okaneeee authored Feb 3, 2024
2 parents 1813b41 + d15ea68 commit 861e324
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python310.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Check dependencies PY3.10
# Check dependencies for PY3.10
name: Python 3.10

on:
push: { branches: [develop] }
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python311.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Check dependencies PY3.11
# Check dependencies for PY3.11
name: Python 3.11

on:
push: { branches: [develop] }
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python312.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Check dependencies PY3.12
# Check dependencies for PY3.12
name: Python 3.12

on:
push: { branches: [develop] }
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python38.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Check dependencies PY3.8
# Check dependencies for PY3.8
name: Python 3.8

on:
push: { branches: [develop] }
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python39.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Check dependencies PY3.9
# Check dependencies for PY3.9
name: Python 3.9

on:
push: { branches: [develop] }
Expand Down

0 comments on commit 861e324

Please sign in to comment.