@vidavidorra/create-project 2.0.77 → 2.0.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,15 +8,15 @@ on:
|
|
|
8
8
|
pull_request: null
|
|
9
9
|
jobs:
|
|
10
10
|
lint-commit-messages:
|
|
11
|
-
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@
|
|
11
|
+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@33e2180e52a8eb15f8f8b21f26da392b515a5cdc # v4.2.23
|
|
12
12
|
lint:
|
|
13
|
-
uses: vidavidorra/.github/.github/workflows/node-lint.yml@
|
|
13
|
+
uses: vidavidorra/.github/.github/workflows/node-lint.yml@33e2180e52a8eb15f8f8b21f26da392b515a5cdc # v4.2.23
|
|
14
14
|
build:
|
|
15
|
-
uses: vidavidorra/.github/.github/workflows/node-build.yml@
|
|
15
|
+
uses: vidavidorra/.github/.github/workflows/node-build.yml@33e2180e52a8eb15f8f8b21f26da392b515a5cdc # v4.2.23
|
|
16
16
|
test:
|
|
17
|
-
uses: vidavidorra/.github/.github/workflows/node-test.yml@
|
|
17
|
+
uses: vidavidorra/.github/.github/workflows/node-test.yml@33e2180e52a8eb15f8f8b21f26da392b515a5cdc # v4.2.23
|
|
18
18
|
code-coverage:
|
|
19
|
-
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@
|
|
19
|
+
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@33e2180e52a8eb15f8f8b21f26da392b515a5cdc # v4.2.23
|
|
20
20
|
needs:
|
|
21
21
|
- lint
|
|
22
22
|
- build
|
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
24
24
|
secrets:
|
|
25
25
|
codecovToken: ${{ secrets.CODECOV_TOKEN }}
|
|
26
26
|
release:
|
|
27
|
-
uses: vidavidorra/.github/.github/workflows/release.yml@
|
|
27
|
+
uses: vidavidorra/.github/.github/workflows/release.yml@33e2180e52a8eb15f8f8b21f26da392b515a5cdc # v4.2.23
|
|
28
28
|
needs:
|
|
29
29
|
- lint-commit-messages
|
|
30
30
|
- lint
|
|
@@ -64,7 +64,7 @@ class Readme extends File {
|
|
|
64
64
|
].join(' ')}
|
|
65
65
|
|
|
66
66
|
${[
|
|
67
|
-
`Refer to the
|
|
67
|
+
`Refer to the [contributing guide](${contributingGuide})`,
|
|
68
68
|
'for detailed information about other contributions, like pull',
|
|
69
69
|
'requests.',
|
|
70
70
|
].join(' ')}
|