Skip to content

feat(qc-logging): add qc logging and basic type utils #3

feat(qc-logging): add qc logging and basic type utils

feat(qc-logging): add qc logging and basic type utils #3

name: CI (PR)
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
pr_title_check:
name: PR title check
runs-on: ubuntu-latest
steps:
- uses: apify/actions/pr-title-check@v1.3.0
code_checks:
name: Code checks
uses: ./.github/workflows/_check_code.yaml
tests:
name: Tests
uses: ./.github/workflows/_tests.yaml