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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
--- # This is a basic workflow to help test quickget
|
name: "Test quickget 🧪"
|
||||||
|
|
||||||
name: quickget tests
|
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- # reviewdog
|
--- # reviewdog
|
||||||
name: 'Run shellcheck with reviewdog'
|
name: 'Lint Shellcheck 🐚'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
Loading…
Reference in New Issue