Skip to content

Commit 08f8606

Browse files
authored
Update eslint.yml
1 parent 281f69d commit 08f8606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: clone-branch
1414
run: |
15-
git clone 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
echo $PWD
1818
ls -lah
@@ -30,4 +30,4 @@ jobs:
3030
# TODO: Chore: Add a step to use the $SNYK_TOKEN env var for the GitHub workflow.
3131
# TODO: Chore: Snyk allows for installation via the yarn.lock and then auth via the env var.
3232
# TODO: Feature: Consider having a separate step to scan with Snyk, and display an updated summary of security etc.
33-
# TODO: Feature: Add support for FOSSA scanning and displaying the data on README.md
33+
# TODO: Feature: Add support for FOSSA scanning and displaying the data on README.md

0 commit comments

Comments
 (0)