Skip to content

Commit

Permalink
added linting ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashyap1ankit committed Nov 28, 2024
1 parent ba6c63f commit 1cd99d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
Linting-formatting:
runs-on: ubuntu-latest
steps:
- name: Copying the code
uses: actions/checkout@v4

- name: Fixing the formatting
run: npm run format:fix

Expand Down

0 comments on commit 1cd99d7

Please sign in to comment.