Skip to content

meson-python migration + Python 3.12 support + 4 new query strategies #39

meson-python migration + Python 3.12 support + 4 new query strategies

meson-python migration + Python 3.12 support + 4 new query strategies #39

Workflow file for this run

name: Libact linting
on: [push, pull_request]
jobs:
lint:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.9']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Run pylint (errors only)
run: pylint --errors-only libact