Skip to content

Commit

Permalink
fix(ci): adding lint step to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HaneyHamdy committed Mar 13, 2024
1 parent bd09277 commit 6bbc60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
node-version: ${{ matrix.node-version }}

- run: yarn install
- run: yarn lint:ci
- run: yarn lint
- run: yarn build
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"start": "backstage-cli package start",
"build": "tsc && backstage-cli package build",
"lint": "backstage-cli package lint",
"lint:ci": "prettier . --check",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
Expand Down

0 comments on commit 6bbc60d

Please sign in to comment.