Skip to content

Commit

Permalink
Fxing lint againl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashleigh Brennan committed Jul 10, 2024
1 parent 3adaa1a commit 1598d2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:

steps:
-name: Checkout Repo
uses: actions/checkout@v2
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
run: npm install

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

0 comments on commit 1598d2b

Please sign in to comment.