Skip to content

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

Added files pylint, integration tests, CI, workflow

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

Workflow file for this run

name: Pylint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
call-reusable-workflow:
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" : You have an error in your yaml syntax on line 21
with:
matrix:
python-version: ["3.12"]