Skip to content

Commit

Permalink
chore: fix action... hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
AriTheElk committed Dec 15, 2024
1 parent d340300 commit dc17a58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Typecheck
name: Lint

on:
push:
Expand All @@ -26,4 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm run typecheck
- run:
- npm ci
- npm run lint
4 changes: 3 additions & 1 deletion .github/workflows/typecheck.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm run typecheck
- run:
- npm ci
- npm run typecheck

0 comments on commit dc17a58

Please sign in to comment.