Skip to content

fix: Name the extra to install in optional-dependency import errors #1142

fix: Name the extra to install in optional-dependency import errors

fix: Name the extra to install in optional-dependency import errors #1142

name: CI (PR)
on:
# Runs whenever a pull request is opened or updated.
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.4.1
checks:
name: Checks
uses: ./.github/workflows/_checks.yaml
secrets: inherit