Skip to content

Commit

Permalink
Fixed Syntax Error in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsudini committed Sep 15, 2024
1 parent aa55c52 commit 47664ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
npm run test
- name: run ESLint
run: |
npx eslint .
run: |
npx eslint .

0 comments on commit 47664ea

Please sign in to comment.