Skip to content

add name field to DataArraySchema and update element_count type in Ma… #23

add name field to DataArraySchema and update element_count type in Ma…

add name field to DataArraySchema and update element_count type in Ma… #23

Workflow file for this run

name: Flake8 Linting
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: |
poetry install --with dev
- name: Lint
run: |
poetry run flake8 consys4py