Skip to content

bug/7416-import-of-tkinter-module-in-child-process-crashes-otcloud-under-macos #2361

bug/7416-import-of-tkinter-module-in-child-process-crashes-otcloud-under-macos

bug/7416-import-of-tkinter-module-in-child-process-crashes-otcloud-under-macos #2361

Workflow file for this run

---
name: super-linter
#
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
#
on: pull_request
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
jobs:
lint:
name: Lint many languages with super-linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v7
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GO_RELEASER: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_PYTHON_MYPY: false
VALIDATE_JSCPD: false
VALIDATE_PYTHON_BLACK: false
VALIDATE_PYTHON_PYINK: false
LINTER_RULES_PATH: /
PYTHON_FLAKE8_CONFIG_FILE: .flake8
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
YAML_CONFIG_FILE: .yamllint.yaml