Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,29 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v6
with:
<<<<<<< HEAD
node-version: "22"
cache: "npm"
=======
node-version: "24"
>>>>>>> origin/develop
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

- name: Install dependencies
run: npm ci

- name: Run lint
run: npm run lint -- --quiet

<<<<<<< HEAD
- name: Run typecheck
run: npm run typecheck

- name: Run unit tests
run: npm run test:unit

- name: Run unimported
run: npm run unimported
=======
- name: Run knip
run: npm run knip
>>>>>>> origin/develop
Comment thread
greptile-apps[bot] marked this conversation as resolved.
Outdated
Loading
Loading