Skip to content

python-kicadmodtree: auto updated to 1.1.2.r696.g096ea6f-1 #2626

python-kicadmodtree: auto updated to 1.1.2.r696.g096ea6f-1

python-kicadmodtree: auto updated to 1.1.2.r696.g096ea6f-1 #2626

Workflow file for this run

name: Packaging consistency check
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: pip install PyYAML jsonschema
- name: Run test
run: ./pre-commit --all