Skip to content

Commit f885c67

Browse files
authored
Merge pull request #1328 from dbcli/RW/improve-gh-action-workflow-naming
Improve toplevel naming of GitHub workflows
2 parents 292db21 + 4c211cc commit f885c67

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: mycli
1+
name: CI
22

33
on:
44
pull_request:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: mycli
1+
name: Lint
22

33
on:
44
pull_request:

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: mycli
1+
name: Typecheck
22

33
on:
44
pull_request:

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Upcoming Release (TBD)
2+
======================
3+
4+
Internal
5+
--------
6+
* Improve CI worflow naming.
7+
8+
19
1.38.0 (2025/08/16)
210
======================
311

0 commit comments

Comments
 (0)