Skip to content

224 hivemind question platform agnostic data transformation #11

224 hivemind question platform agnostic data transformation

224 hivemind question platform agnostic data transformation #11

# .github/workflows/hivemind-adapter-ci.yml
name: Hivemind Adapter CI Pipeline
on:
push:
paths:
- "hivemind-adapter/**"
pull_request:
paths:
- "hivemind-adapter/**"
jobs:
lint:
uses: ./.github/workflows/lint.yml

Check failure on line 15 in .github/workflows/hivemind-adapter-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/hivemind-adapter-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/hivemind-adapter-ci.yml" -> "./.github/workflows/lint.yml" : You have an error in your yaml syntax on line 31
with:
app_path: "./hivemind-adapter"
test:
uses: ./.github/workflows/test.yml
with:
app_path: "./hivemind-adapter"
node_version: "20"
cache_dependency_path: "./hivemind-adapter/package-lock.json"
build-push:
needs: [lint, test]
uses: ./.github/workflows/build-push.yml
with:
app_name: "hivemind-adapter"
context: "./hivemind-adapter"
dockerfile: "./hivemind-adapter/Dockerfile"