Skip to content

Commit eea9561

Browse files
chore: switch Are The Types Wrong job to Title Case (#1729)
## PR Checklist - [x] Addresses an existing open issue: fixes #1712 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Straightforward find-and-replace. 💖
1 parent d6fcad2 commit eea9561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jobs:
22
are_the_types_wrong:
3-
name: Are the types wrong?
3+
name: Are The Types Wrong?
44
runs-on: ubuntu-latest
55
steps:
66
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

script/__snapshots__/migrate-test-e2e.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports[`expected file changes > .github/workflows/ci.yml 1`] = `
66
@@ ... @@
77
jobs:
88
- are_the_types_wrong:
9-
- name: Are the types wrong?
9+
- name: Are The Types Wrong?
1010
- runs-on: ubuntu-latest
1111
- steps:
1212
- - uses: actions/checkout@v4

0 commit comments

Comments
 (0)