Skip to content

p/box3#8p.dat has a '#' in the name #43

p/box3#8p.dat has a '#' in the name

p/box3#8p.dat has a '#' in the name #43

Workflow file for this run

---
name: Test python
on:
pull_request:
jobs:
test-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout/@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- run: pip install -r test-requirements.txt
- run: pip install -e .
- run: python -m pytest
- run: python -m pylint src tests ldraw2scad
- run: python -m pycodestyle src tests ldraw2scad
- run: python -m build