Skip to content

[AIDAPP-16]: Research and refactor functionality for Aiding App | Retention CRM #28

[AIDAPP-16]: Research and refactor functionality for Aiding App | Retention CRM

[AIDAPP-16]: Research and refactor functionality for Aiding App | Retention CRM #28

Workflow file for this run

name: Pull Requests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
code-checks:
name: Code Checks
uses: ./.github/workflows/ci.yml
secrets:
pat-token: ${{ secrets.PAT }}