Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Dec 22, 2024
1 parent ed8f9fd commit e8743a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Run code style check
uses: myrotvorets/composite-actions/node-run-script@27ab3af18ca12ee3e44e50e015ee74acd199d0dc
with:
registry-url: https://npm.pkg.github.com
script: lint

typecheck:
Expand All @@ -63,4 +64,5 @@ jobs:
- name: Run type check
uses: myrotvorets/composite-actions/node-run-script@27ab3af18ca12ee3e44e50e015ee74acd199d0dc
with:
registry-url: https://npm.pkg.github.com
script: typecheck

0 comments on commit e8743a5

Please sign in to comment.