Skip to content

Commit

Permalink
ci: test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
uigywnkiub committed Aug 7, 2024
1 parent 96f9bf9 commit acc724f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ jobs:
# - name: Install Dependencies
# run: yarn install --immutable
# run: npm i
# - name: Run ESLint
# run: yarn lint
- name: Run TypeScript
run: yarn typecheck
# run: npm run typecheck

- name: Run ESLint
run: yarn lint

# - name: Run TypeScript
# run: yarn typecheck
# run: npm run typecheck

# test:
# name: Tests
Expand Down

0 comments on commit acc724f

Please sign in to comment.