Skip to content

Fix the result of innerMaterial() and outerMaterial() depending on if the other is called first #1767

Fix the result of innerMaterial() and outerMaterial() depending on if the other is called first

Fix the result of innerMaterial() and outerMaterial() depending on if the other is called first #1767

Workflow file for this run

name: python
on: [push, pull_request]
jobs:
python-lint:
runs-on: ubuntu-latest
strategy:
matrix:
LCG: ["dev4/x86_64-el9-gcc13-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" -exec flake8 {} +