Skip to content

apparmor-git: auto updated to 4.1.0.beta1.r273.g6d7b5df-1 #19532

apparmor-git: auto updated to 4.1.0.beta1.r273.g6d7b5df-1

apparmor-git: auto updated to 4.1.0.beta1.r273.g6d7b5df-1 #19532

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