ci: update workflow names
This commit is contained in:
parent
ed91628c29
commit
5da3942278
|
@ -1,4 +1,4 @@
|
|||
name: Build 🏗️ and Publish 📦️
|
||||
name: Publish Release 🏷️
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- # reviewdog
|
||||
name: 'Run shellcheck with reviewdog'
|
||||
name: 'Lint Shellcheck 🐚'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Reference in New Issue