Skip to content

Fix DD4hep_DetectorDump plugin to avoid crash. Add test to check if D… #449

Fix DD4hep_DetectorDump plugin to avoid crash. Add test to check if D…

Fix DD4hep_DetectorDump plugin to avoid crash. Add test to check if D… #449

Workflow file for this run

name: python
on: [push, pull_request]
jobs:
python-lint:
runs-on: ubuntu-latest
strategy:
matrix:
LCG: ["dev4/x86_64-centos7-gcc11-opt"]
steps:
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
- uses: aidasoft/run-lcg-view@v3
with:
release-platform: ${{ matrix.LCG }}
run: |
echo "RUNNING FLAKE8 CHECK"
find . -name "*.py" -and -not -name 'ddsix.py' -exec flake8 {} +