Skip to content

feat!: replace folder naming convention for actor discovery with explicit config file #80

feat!: replace folder naming convention for actor discovery with explicit config file

feat!: replace folder naming convention for actor discovery with explicit config file #80

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