Skip to content

Commit

Permalink
Merge pull request #227 from juanky201271/dev_CI_electron_ubuntu
Browse files Browse the repository at this point in the history
yarn lint & tsc added
  • Loading branch information
juanky201271 authored Dec 15, 2024
2 parents ccd3344 + 47accf8 commit 9e27363
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/electron-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
- name: yarn install
run: |
yarn install
- name: yarn lint
run: |
yarn lint
- name: yarn tsc
run: |
yarn tsc
- name: Build and Package@Linux
if: contains(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 9e27363

Please sign in to comment.