Skip to content

Commit

Permalink
Merge pull request #49 from Kashyap1ankit/fix/hero
Browse files Browse the repository at this point in the history
added linting ci
  • Loading branch information
Kashyap1ankit authored Nov 28, 2024
2 parents 351a4df + 05d719b commit 2791c4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ jobs:
Linting-formatting:
runs-on: ubuntu-latest
steps:
- name: Copying the code
uses: actions/checkout@v4

- name: Installing dependencies
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: npm install

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

Expand Down

0 comments on commit 2791c4c

Please sign in to comment.