Skip to content

224 hivemind question platform agnostic data transformation #18

224 hivemind question platform agnostic data transformation

224 hivemind question platform agnostic data transformation #18

Workflow file for this run

# .github/workflows/bot-ci.yml
name: Bot CI Pipeline
on:
push:
paths:
- "bot/**"
pull_request:
paths:
- "bot/**"
jobs:
lint:
uses: ./.github/workflows/lint.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/bot-ci.yml

Invalid workflow file

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