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 d1aa0222a1 - Show all commits

View File

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