Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleighB31 authored Jul 10, 2024
1 parent 1598d2b commit b510b3f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ubuntu-latest

steps:
-name: Checkout Repo
uses: actions/checkout@v2
- name: Checkout Repo
uses: actions/checkout@v2

-name: Set up Node.js
uses: actions/setup-node@v2
with: node-version: 20.14.0

-name: Install dependencies
run: npm install
- name: Set up Node.js
uses: actions/setup-node@v2
with: node-version: 20.14.0
- name: Install dependencies
run: npm install

-name: Run Linter
run: npm run linter
- name: Run Linter
run: npm run linter

0 comments on commit b510b3f

Please sign in to comment.