Skip to content

Commit 4436e02

Browse files
committed
Update pipeline_deployment.yaml
1 parent 6eca72c commit 4436e02

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/pipeline_deployment.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717
node-version: "18"
1818

1919
- name: Install dependencies
20-
run: |
21-
cd ./App
22-
npm install
20+
working-directory: App
21+
run: npm install
2322

2423
- name: Lint
25-
run: |
26-
cd ./App
27-
npm run eslint
24+
working-directory: App
25+
run: npm run eslint

0 commit comments

Comments
 (0)