Skip to content

Commit

Permalink
ci: add build
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 25, 2024
1 parent 93be32d commit cd8f0f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Run Stylelint
run: yarn run lint:style

- name: Run build VKUI
run: yarn run build:vkui

- name: Run types checking
run: yarn run lint:types

Expand Down

0 comments on commit cd8f0f2

Please sign in to comment.