Skip to content

Commit

Permalink
Append CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
vicimpa committed Nov 8, 2024
1 parent af4088d commit 1145afd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: deploy
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: make build
- run: ls dist
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ make dev
```bash
make build
```

This project was created using `bun init` in bun v1.1.30. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

0 comments on commit 1145afd

Please sign in to comment.