We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e9fe1 commit bd057c6Copy full SHA for bd057c6
.github/workflows/linter.yml
@@ -23,14 +23,8 @@ jobs:
23
- uses: actions/checkout@v2
24
25
# 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.
+ - name: Install Dependencies
+ run: npm i
34
################################
35
# Run Linter against code base #
36
0 commit comments