Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: updates workflow names and adds Python 3.12 check
Browse files Browse the repository at this point in the history
pallabpain committed Aug 22, 2024
1 parent 38dee84 commit 35951d0
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Commit Hygiene 💬
name: 💬 Check Commit Hygiene

on:
pull_request:
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github Pages for Documentation
name: 📝 Github Pages for Documentation
on:
push:
branches:
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload to PyPi
name: 📦️ Upload to PyPi
on:
release:
types:
6 changes: 3 additions & 3 deletions .github/workflows/python-compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Python Compatibility Check 🐍
name: 🐍 Python Compatibility Check
on: [ push ]

jobs:
python-compatibility:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
steps:
- name: Checkout Code
uses: actions/checkout@v2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: 🎉 Release
on:
push:
branches:
2 changes: 1 addition & 1 deletion .github/workflows/upload-appimage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload AppImage
name: ⬆️ Upload AppImage
on:
push:
branches:

0 comments on commit 35951d0

Please sign in to comment.