Skip to content

Commit

Permalink
Added emojis to workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
Pale-Blue-Dot-97 committed May 31, 2023
1 parent 9b4ef82 commit 79516b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Qodana
name: Qodana
on:
workflow_dispatch:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Docs
name: Docs 🗃
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Publish to PyPI.org
name: Publish to PyPI.org 🚀
on:
release:
types: [published]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: tests
name: tests 🧪

on:
push:
Expand Down

0 comments on commit 79516b8

Please sign in to comment.