Skip to content

ok-gloox-git: auto updated to r222.c2131e8-1 #2731

ok-gloox-git: auto updated to r222.c2131e8-1

ok-gloox-git: auto updated to r222.c2131e8-1 #2731

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