Skip to content

feat: publish BailingHub OpenClaw executor skill #1

feat: publish BailingHub OpenClaw executor skill

feat: publish BailingHub OpenClaw executor skill #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm run check