Skip to content

Commit 3e670fc

Browse files
authored
fix workflow
1 parent 73c52e5 commit 3e670fc

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/eslint.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
uses: actions/[email protected]
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

0 commit comments

Comments
 (0)