Skip to content

Commit

Permalink
quote workflow names for better IDE support of emoji rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Feb 14, 2024
1 parent a9dd78d commit 4c571ba
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/darker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🧹 Darker
name: '🧹 Darker'

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Build and Push Docker Image (version tags)
name: Publish Lynx Docker Image

on:
push:
tags: [ 'v*.*.*' ]
branches:
- 'v*.*.*'
pull_request:
types:
- labeled

jobs:
docker:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'πŸ“ Check Release Note'
name: 'πŸ“œ Check Release Note'

on:
pull_request:
Expand Down
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: Publish Python 🐍 distribution πŸ“¦ to PyPI
name: 'Publish Python 🐍 distribution πŸ“¦ to PyPI'

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🧹 Lint with Ruff
name: '🧹 Lint with Ruff'

on:
pull_request:
Expand Down
File renamed without changes.

0 comments on commit 4c571ba

Please sign in to comment.