mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-30 10:16:10 +00:00
21 lines
No EOL
322 B
YAML
21 lines
No EOL
322 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
pull_request:
|
|
branches: [ main ]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
swift:
|
|
name: Swift CI
|
|
uses: ./.github/workflows/swift.yml
|
|
|
|
rust:
|
|
name: Rust CI
|
|
uses: ./.github/workflows/rust.yml
|
|
|
|
node:
|
|
name: Node.js CI
|
|
uses: ./.github/workflows/node.yml |