Skip to content

icestorm-nightly: auto updated to 1:20241118_738af82-1 #2633

icestorm-nightly: auto updated to 1:20241118_738af82-1

icestorm-nightly: auto updated to 1:20241118_738af82-1 #2633

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