We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8fe9c commit c40ec70Copy full SHA for c40ec70
.github/workflows/eslint.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: eslint
20
run: |
21
printf "Running eslint against webserver.js..."
22
- cd boiler-plate/node-express-server
+ cd /home/runner/work/javascript/javascript/boiler-plate/node-express-server/
23
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install curl -y
24
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
25
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
0 commit comments