File tree Expand file tree Collapse file tree 2 files changed +3
-35
lines changed
boiler-plate/node-express-server/.github/workflows Expand file tree Collapse file tree 2 files changed +3
-35
lines changed Original file line number Diff line number Diff line change 77name : eslint
88
99jobs :
10- pylint :
10+ eslint :
1111 runs-on : ubuntu-22.04
1212 steps :
1313 - name : clone-branch
1414 run : |
15- git clone -b dev https://github.com/Defirence/javascript.git
15+ git clone https://github.com/Defirence/javascript.git
1616 printf "List files and cd into repo dir on runner..."
1717 cd boiler-plate/node-express-server
1818 ls -lah
2626 echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
2727 sudo apt-get install yarn -y
2828 yarn --version
29- yarn install
30- npx eslint webserver.js
29+ yarn install && npx eslint webserver.js
3130 printf "Done running pylint checks, exiting ..."
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments