Projects STRLCPY kitsec-core Commits 2764d8b0
🤬
  • ■ ■ ■ ■ ■ ■
    .github/workflows/pylint.yml
    1  -name: Pylint
    2  - 
    3  -on: [push]
    4  - 
    5  -jobs:
    6  - build:
    7  - runs-on: ubuntu-latest
    8  - strategy:
    9  - matrix:
    10  - python-version: ["3.8", "3.9", "3.10"]
    11  - steps:
    12  - - uses: actions/checkout@v3
    13  - - name: Set up Python ${{ matrix.python-version }}
    14  - uses: actions/setup-python@v3
    15  - with:
    16  - python-version: ${{ matrix.python-version }}
    17  - - name: Install dependencies
    18  - run: |
    19  - python -m pip install --upgrade pip
    20  - pip install pylint
    21  - - name: Analysing the code with pylint
    22  - run: |
    23  - pylint $(git ls-files '*.py')
    24  - 
  • ■ ■ ■ ■ ■
    .gitignore
    skipped 157 lines
    158 158  # and can be added to the global gitignore or merged into this file. For a more nuclear
    159 159  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
    160 160  #.idea/
     161 +.buildt
Please wait...
Page is in error, reload to recover