Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ditorconfig-checker.javascript into fix-add-support-for-zip
  • Loading branch information
lumirlumir committed Jan 9, 2025
2 parents 3586dc7 + 50986ad commit 7ff63d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,18 @@ jobs:

- run: npm ci
- run: npm run build

- run: npm run lint:commit -- --to "${{ github.sha }}"
if: ${{ runner.os == 'Linux' }}

- run: npm run lint:typescript
if: ${{ runner.os == 'Linux' }}

- run: npm run lint:eslint
if: ${{ runner.os == 'Linux' }}

- run: npm run lint:prettier
if: ${{ runner.os == 'Linux' }}

- run: npm run test
- run: npm run start

0 comments on commit 7ff63d7

Please sign in to comment.