Skip to content

Commit 2f256ad

Browse files
committed
Update eslint.yml action.
1 parent 4ba5081 commit 2f256ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
run: |
1515
git clone https://github.com/Defirence/javascript.git
1616
printf "List files and cd into repo dir on runner..."
17-
cd boiler-plate/node-express-server
18-
ls -lah
1917
echo $PWD
18+
ls -lah
2019
- name: eslint
2120
run: |
2221
printf "Running eslint against webserver.js..."

0 commit comments

Comments
 (0)