Skip to content

Chore: New Github CI actions #9

Chore: New Github CI actions

Chore: New Github CI actions #9

Workflow file for this run

name: amqp CI
on:
push:
branches:
- main
pull_request:
jobs:
call-ci-flow:
strategy:
matrix:
node-version: [22.x]
uses: kibertoad/message-queue-toolkit/.github/workflows/ci.common.yml@main
with:
working_directory: packages/amqp

Check failure on line 16 in .github/workflows/ci.amqp.yml

View workflow run for this annotation

GitHub Actions / amqp CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.amqp.yml (Line: 16, Col: 26): Invalid input, working_directory is not defined in the referenced workflow.
package_name: '@message-queue-toolkit/amqp'
node_version: ${{ matrix.node-version }}