Skip to content

Chore: New Github CI actions #10

Chore: New Github CI actions

Chore: New Github CI actions #10

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:
package_name: '@message-queue-toolkit/amqp'
node_version: ${{ matrix.node-version }}