Skip to content

Commit

Permalink
feat(workflows): ✨ add descriptive name to lint-pr-title job
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 6, 2024
1 parent d23c578 commit 8faa248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
lint-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
Expand Down

1 comment on commit 8faa248

@okineadev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.