@wise/wds-codemods 0.0.1-experimental-d9053f9 โ 0.0.1-experimental-2781d0e
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.
package/package.json
CHANGED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
name: Test
|
|
2
|
-
description: 'Run all tests for the project'
|
|
3
|
-
|
|
4
|
-
inputs:
|
|
5
|
-
github-token:
|
|
6
|
-
required: true
|
|
7
|
-
description: 'secrets.GITHUB_TOKEN'
|
|
8
|
-
|
|
9
|
-
runs:
|
|
10
|
-
using: composite
|
|
11
|
-
steps:
|
|
12
|
-
- name: ๐ Mark repo directory as safe for git # https://github.blog/2022-04-12-git-security-vulnerability-announced/
|
|
13
|
-
run: git config --global --add safe.directory $GITHUB_WORKSPACE
|
|
14
|
-
shell: bash
|
|
15
|
-
|
|
16
|
-
- name: ๐ ๏ธ Bootstrap dependencies
|
|
17
|
-
uses: ./.github/actions/bootstrap
|
|
18
|
-
with:
|
|
19
|
-
github-token: ${{ inputs.github-token }}
|
|
20
|
-
|
|
21
|
-
- name: ๐งช Run tests
|
|
22
|
-
run: pnpm run test
|
|
23
|
-
shell: bash
|