Skip to content

⏰ julia-git: auto updated to 1:1.12.0.DEV.1816.g4f1842f10d0-1 #20016

⏰ julia-git: auto updated to 1:1.12.0.DEV.1816.g4f1842f10d0-1

⏰ julia-git: auto updated to 1:1.12.0.DEV.1816.g4f1842f10d0-1 #20016

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@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: pip install jsonschema pyyaml
- name: Run test
run: ./pre-commit --all