feat: fully onboard to create #1054
ci.yml
on: pull_request
Are The Types Wrong?
35s
Build
25s
Lint
38s
Lint Knip
17s
Lint Markdown
11s
Lint Packages
15s
Lint Spelling
13s
Prettier
12s
Test
24s
Type Check
14s
Annotations
4 errors and 10 warnings
src/blocks/blockGitHubActionsCI.test.ts > blockGitHubActionsCI > without addons or mode:
src/blocks/blockGitHubActionsCI.test.ts#L13
Error: Snapshot `blockGitHubActionsCI > without addons or mode 1` mismatched
- Expected
+ Received
@@ -1,6 +1,14 @@
{
+ "addons": [
+ {
+ "addons": {
+ "requiredStatusChecks": undefined,
+ },
+ "block": [Function],
+ },
+ ],
"files": {
".github": {
"actions": {
"prepare": {
"action.yml": "description: Prepares the repo for a typical CI job
❯ src/blocks/blockGitHubActionsCI.test.ts:13:20
|
src/blocks/blockGitHubActionsCI.test.ts > blockGitHubActionsCI > migration mode:
src/blocks/blockGitHubActionsCI.test.ts#L102
Error: Snapshot `blockGitHubActionsCI > migration mode 1` mismatched
- Expected
+ Received
@@ -1,6 +1,14 @@
{
+ "addons": [
+ {
+ "addons": {
+ "requiredStatusChecks": undefined,
+ },
+ "block": [Function],
+ },
+ ],
"files": {
".github": {
"actions": {
"prepare": {
"action.yml": "description: Prepares the repo for a typical CI job
❯ src/blocks/blockGitHubActionsCI.test.ts:102:20
|
src/blocks/blockGitHubActionsCI.test.ts > blockGitHubActionsCI > with addons:
src/blocks/blockGitHubActionsCI.test.ts#L213
Error: Snapshot `blockGitHubActionsCI > with addons 1` mismatched
- Expected
+ Received
@@ -1,6 +1,16 @@
{
+ "addons": [
+ {
+ "addons": {
+ "requiredStatusChecks": [
+ "Validate",
+ ],
+ },
+ "block": [Function],
+ },
+ ],
"files": {
".github": {
"actions": {
"prepare": {
"action.yml": "description: Prepares the repo for a typical CI job
❯ src/blocks/blockGitHubActionsCI.test.ts:213:20
|
Test
Process completed with exit code 1.
|
Lint Markdown
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Spelling
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Type Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Knip
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Are The Types Wrong?
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|