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 c40ec70 commit 2c0e163Copy full SHA for 2c0e163
.github/workflows/eslint.yml
@@ -14,12 +14,14 @@ jobs:
14
run: |
15
# git clone https://github.com/Defirence/javascript.git
16
printf "List files and cd into repo dir on runner..."
17
- echo $PWD
18
- ls -lah
+ sleep 3
+ pwd
19
20
+ ls -lash
21
- name: eslint
22
23
printf "Running eslint against webserver.js..."
- cd /home/runner/work/javascript/javascript/boiler-plate/node-express-server/
24
+ # cd
25
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install curl -y
26
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
27
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
0 commit comments