Skip to content

Commit

Permalink
try desktop frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Dec 30, 2024
1 parent f7e6451 commit 6f676a8
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,5 @@ jobs:
- name: Install packages
run: yarn install

npm-check:
runs-on: ubuntu-latest
steps:
- name: Setup repository
uses: actions/checkout@v4

- name: Install packages
run: npm install

bun-check:
runs-on: ubuntu-latest
steps:
- name: Setup repository
uses: actions/checkout@v4

- name: Install bun
uses: oven-sh/setup-bun@v2

- name: Install packages
run: bun install
- name: install desktop
run: cd packages/desktop-frontend && yarn install

0 comments on commit 6f676a8

Please sign in to comment.