Skip to content

Commit

Permalink
update ci/cd add setup-projek
Browse files Browse the repository at this point in the history
  • Loading branch information
syafiqparadisam committed Apr 16, 2024
1 parent 2ed43d2 commit 0b0b70e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- releases/v1.0

jobs:
ci:
name: CI
setup:
name: Setup bun
runs-on: ubuntu-latest

steps:
Expand All @@ -16,12 +16,17 @@ jobs:

- name: Install Bun
uses: oven-sh/setup-bun@v1


setup-projek:
name: Setup project
runs-on: ubuntu-latest

steps:
- name: Install dependencies
run: bun install

- name: Linting
run: bun run lint

- name: Build project
run: bun run build
run: bun run build

0 comments on commit 0b0b70e

Please sign in to comment.