Skip to content

Commit bd057c6

Browse files
authored
Update linter.yml
1 parent 39e9fe1 commit bd057c6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,8 @@ jobs:
2323
- uses: actions/checkout@v2
2424

2525
# Runs a single command using the runners shell
26-
- name: Run a one-line script
27-
run: echo Hello, world!
28-
29-
# Runs a set of commands using the runners shell
30-
- name: Run a multi-line script
31-
run: |
32-
echo Add other actions to build,
33-
echo test, and deploy your project.
26+
- name: Install Dependencies
27+
run: npm i
3428
################################
3529
# Run Linter against code base #
3630
################################

0 commit comments

Comments
 (0)