Skip to content

Merge branch 'main' of ssh://github.com/taotieren/aur-repo #4710

Merge branch 'main' of ssh://github.com/taotieren/aur-repo

Merge branch 'main' of ssh://github.com/taotieren/aur-repo #4710

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