Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
SL4F committed Sep 22, 2024
1 parent 789f8f9 commit 411694c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: yarn install

- name: Build
run: yarn build-tsc && electron ./compiled/main.js
run: yarn run start

- name: Lint
run: eslint -c .eslintrc --ext .ts ./src
run: yarn run lint

#- name: Make and Publish (Ubuntu)
# if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 411694c

Please sign in to comment.