Skip to content

Commit

Permalink
Tidy up workflow names
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Nov 6, 2023
1 parent cf64201 commit 5da123a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Run linters against codebase"
name: Run linters against codebase
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release October
name: Release October (Linux)

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-macos.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release October
name: Release October (macOS)

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-windows-portable.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release October
name: Release October (Windows Portable)

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-windows.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release October
name: Release October (Windows)

on:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Run tests"
name: Run tests
on:
push:
branches:
Expand All @@ -7,7 +7,7 @@ on:
permissions:
contents: read
jobs:
lint:
test:
name: test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5da123a

Please sign in to comment.