Skip to content
Snippets Groups Projects
python.yml 476 B
Newer Older
name: python

on: [push, pull_request]

jobs:
  python-lint:
Marko Petric's avatar
Marko Petric committed
    runs-on: ubuntu-latest
    strategy:
      matrix:
        LCG: ["dev4/x86_64-centos7-gcc11-opt"]
    - uses: actions/checkout@v3
    - uses: cvmfs-contrib/github-action-cvmfs@v3
    - 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 {} +