Skip to content

Commit c40ec70

Browse files
authored
Update eslint.yml
1 parent 1f8fe9c commit c40ec70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: eslint
2020
run: |
2121
printf "Running eslint against webserver.js..."
22-
cd boiler-plate/node-express-server
22+
cd /home/runner/work/javascript/javascript/boiler-plate/node-express-server/
2323
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install curl -y
2424
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
2525
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

0 commit comments

Comments
 (0)