Skip to content

Commit 33914e6

Browse files
authored
Update eslint.yml
1 parent 2c0e163 commit 33914e6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ jobs:
1212
steps:
1313
- name: clone-branch
1414
run: |
15-
# git clone https://github.com/Defirence/javascript.git
16-
printf "List files and cd into repo dir on runner..."
17-
sleep 3
18-
pwd
19-
sleep 3
20-
ls -lash
15+
git clone https://github.com/Defirence/javascript.git
16+
pwd && ls -lash
2117
- name: eslint
2218
run: |
2319
printf "Running eslint against webserver.js..."

0 commit comments

Comments
 (0)