Skip to content

Commit a296ba2

Browse files
authored
Merge pull request #3 from lloydevans/rename-release-workflow
ci: rename workflows and jobs for clarity
2 parents aa7e69f + 54db1cc commit a296ba2

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @lloydevans

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ permissions:
88
contents: read
99

1010
jobs:
11-
ci:
11+
lint-and-test:
12+
name: Lint & Test
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v4

.github/workflows/release-please.yml

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

33
on:
44
push:

0 commit comments

Comments
 (0)