Skip to content

arm-linux-gnueabihf-gcc: auto updated to 14.2.1+r753+g1cd744a6828f-1 #20907

arm-linux-gnueabihf-gcc: auto updated to 14.2.1+r753+g1cd744a6828f-1

arm-linux-gnueabihf-gcc: auto updated to 14.2.1+r753+g1cd744a6828f-1 #20907

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