Skip to content

Added files pylint, integration tests, CI, workflow #1336

Added files pylint, integration tests, CI, workflow

Added files pylint, integration tests, CI, workflow #1336

Workflow file for this run

name: Pylint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
call_generic_workflows:
uses: ./.github/workflows/workflow.yml

Check failure on line 11 in .github/workflows/pylint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pylint.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pylint.yml" -> "./.github/workflows/workflow.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
matrix:
python-version: ["3.12"]