Add activemq connector sync yaml and delete incorrect version docs. #551
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check connector files | |
on: | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
repository: streamnative/streamnative-ci | |
token: ${{ secrets.SNBOT_GITHUB_TOKEN }} | |
path: ci | |
ref: master | |
- uses: actions/checkout@v3 | |
with: | |
repository: streamnative/pulsar-hub | |
token: ${{ secrets.SNBOT_GITHUB_TOKEN }} | |
ref: ${{ github.ref }} | |
path: prm | |
- name: checking the pull request | |
run: | | |
export PATH=${PATH}:${PWD}/ci/projects/pulsar-registry-metadata | |
install-dependencies.sh | |
pushd prm | |
check.sh | |
popd | |