77 using : " composite"
88 steps :
99
10- - name : Initial Debug Show working directory and package.json
11- run : |
12- pwd && ls -al && cat package.json
13- shell : bash
10+ # - name: Initial Debug Show working directory and package.json
11+ # run: |
12+ # pwd && ls -al && cat package.json
13+ # shell: bash
1414
15- - name : Initial Debug, Show git status and remotes
16- run : |
17- git --version && git status && git remote -v && git log --oneline --decorate --graph -n 10
18- shell : bash
15+ # - name: Initial Debug, Show git status and remotes
16+ # run: |
17+ # git --version && git status && git remote -v && git log --oneline --decorate --graph -n 10
18+ # shell: bash
1919
2020 - name : Checkout code
2121 uses : actions/checkout@v4.2.2
@@ -41,21 +41,21 @@ runs:
4141 with :
4242 version : latest
4343
44- - name : Debug after pnpm action setup, Show working directory and package.json
45- run : |
46- pwd && ls -al && cat package.json
47- shell : bash
44+ # - name: Debug after pnpm action setup, Show working directory and package.json
45+ # run: |
46+ # pwd && ls -al && cat package.json
47+ # shell: bash
4848
4949 - name : Setup CI, Build and Test Package
5050 uses : actions/setup-node@v4
5151 with :
5252 node-version : " lts/*"
5353 cache : " pnpm"
5454
55- - name : Debug post node, Show working directory and package.json
56- run : |
57- pwd && ls -al && cat package.json
58- shell : bash
55+ # - name: Debug post node, Show working directory and package.json
56+ # run: |
57+ # pwd && ls -al && cat package.json
58+ # shell: bash
5959
6060 - name : Debug pnpm environment
6161 run : |
@@ -71,19 +71,19 @@ runs:
7171 # run: pnpm help
7272 # shell: bash
7373
74- - name : Debug Show working directory and package.json
75- run : |
76- pwd && ls -al && cat package.json
77- shell : bash
74+ # - name: Debug Show working directory and package.json
75+ # run: |
76+ # pwd && ls -al && cat package.json
77+ # shell: bash
7878
7979 - name : Install dependencies
8080 run : pnpm install --frozen-lockfile --loglevel debug
8181 shell : bash
8282
83- - name : Debug post install, Show working directory and package.json
84- run : |
85- pwd && ls -al && cat package.json
86- shell : bash
83+ # - name: Debug post install, Show working directory and package.json
84+ # run: |
85+ # pwd && ls -al && cat package.json
86+ # shell: bash
8787
8888 - name : Run lint
8989 run : |
0 commit comments