Skip to content

Closes #19 Add JS SDK #37

Closes #19 Add JS SDK

Closes #19 Add JS SDK #37

Workflow file for this run

name: PHP CodeSniffer
on:
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
# Cancel all previous workflow runs for the same branch that have not yet completed.
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
phpcs:
uses: wp-media/workflows/.github/workflows/phpcs.yml@main