Skip to content

Commit 2c0e163

Browse files
authored
Update eslint.yml
1 parent c40ec70 commit 2c0e163

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/eslint.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ jobs:
1414
run: |
1515
# git clone https://github.com/Defirence/javascript.git
1616
printf "List files and cd into repo dir on runner..."
17-
echo $PWD
18-
ls -lah
17+
sleep 3
18+
pwd
19+
sleep 3
20+
ls -lash
1921
- name: eslint
2022
run: |
2123
printf "Running eslint against webserver.js..."
22-
cd /home/runner/work/javascript/javascript/boiler-plate/node-express-server/
24+
# cd
2325
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install curl -y
2426
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
2527
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

0 commit comments

Comments
 (0)