Skip to content

Updated to use topic names for presence queue and added region property to externalIds #8

Updated to use topic names for presence queue and added region property to externalIds

Updated to use topic names for presence queue and added region property to externalIds #8

Workflow file for this run

name: YAML Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Prettier
run: npm install --global prettier
- name: Check YAML formatting
run: prettier --check "**/*.yaml"