File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,13 @@ jobs:
1010 eslint :
1111 runs-on : ubuntu-22.04
1212 steps :
13- # - name: clone-branch
14- # run: |
15- # git clone [email protected] :Defirence/javascript.git 16- # pwd && ls -lash
17- - name : Cache
18- 19- with :
20- key : eslint_cache_main
21- - name : eslint
22- run : |
23- sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install curl -y
13+ - name : clone-branch
14+ run : |
15+ git clone [email protected] :Defirence/javascript.git 16+ pwd && ls -lash
17+ - name : eslint
18+ run : |
19+ sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install curl -y
2420 curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
2521 echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
2622 sudo apt-get install yarn -y
You can’t perform that action at this time.
0 commit comments