ci: update workflow names

This commit is contained in:
Martin Wimpress 2024-05-03 02:30:10 +01:00 committed by Martin Wimpress
parent ed91628c29
commit 5da3942278
3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: Build 🏗️ and Publish 📦
name: Publish Release 🏷
on:
push:

View File

@ -1,6 +1,4 @@
--- # This is a basic workflow to help test quickget
name: quickget tests
name: "Test quickget 🧪"
# Controls when the action will run.
on:

View File

@ -1,5 +1,5 @@
--- # reviewdog
name: 'Run shellcheck with reviewdog'
name: 'Lint Shellcheck 🐚'
on:
push: