Skip to content

Commit 1f8fe9c

Browse files
authored
Update eslint.yml
1 parent 8fa695b commit 1f8fe9c

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 javascript/boiler-plate/node-express-server
22+
cd 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)