Skip to content

added tests for the new version 30 for chemstation uv files #4

added tests for the new version 30 for chemstation uv files

added tests for the new version 30 for chemstation uv files #4

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.14"]
steps:
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip
pip install .[dev]
pip install pylint
- name: Analysing the code with pylint
run: |
pylint binary_parser