Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

feat: add filtering by callout response for contacts #1030

feat: add filtering by callout response for contacts

feat: add filtering by callout response for contacts #1030

Workflow file for this run

name: Check
on: [pull_request, workflow_call]
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: npm run check:prettier
vue-tsc:
name: Types
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: npm run check:vue-tsc
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: npm run check:eslint