File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
48
48
- name : Install Dependencies
49
49
run : npm i --no-audit --no-fund
50
50
- name : Lint
51
- run : npm run lint --ignore-scripts -w cli
51
+ run : npm run lint --ignore-scripts --workspace cli
52
52
- name : Post Lint
53
- run : npm run postlint --ignore-scripts -w cli
53
+ run : npm run postlint --ignore-scripts --workspace cli
54
54
- name : Check Format
55
- run : npm run format:check --ignore-scripts --if-present -w cli
55
+ run : npm run format:check --ignore-scripts --if-present --workspace cli
56
56
57
57
test :
58
58
name : Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
93
93
- name : Add Problem Matcher
94
94
run : echo "::add-matcher::.github/matchers/tap.json"
95
95
- name : Test
96
- run : npm test --ignore-scripts -w cli
96
+ run : npm test --ignore-scripts --workspace cli
Original file line number Diff line number Diff line change 55
55
else
56
56
# strip leading slash from directory so it works as a
57
57
# a path to the workspace flag
58
- echo "workspace=-w ${dependabot_dir#/}" >> $GITHUB_OUTPUT
58
+ echo "workspace=--workspace ${dependabot_dir#/}" >> $GITHUB_OUTPUT
59
59
fi
60
60
61
61
- name : Apply Changes
You can’t perform that action at this time.
0 commit comments