ci: add CI workflow configuration file #15

Merged
jank1619 merged 9 commits from ci/pipelines into main 2025-02-12 10:41:44 +00:00
Showing only changes of commit cb80b041a6 - Show all commits

View File

@ -7,6 +7,8 @@ jobs:
test-build: test-build:
name: test-build name: test-build
runs-on: remote runs-on: remote
container:
image: catthehacker/ubuntu:act-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2 - uses: oven-sh/setup-bun@v2