Files
hardware_xiaomi/.github/workflows/build/action.yml
LuK1337 2eaa37731a Introduce pre-commit & GitHub Actions for it
Change-Id: I4604d13e5ccf74ec4c7088a40a9f7f915f9b1293
2026-01-01 14:56:38 +00:00

14 lines
205 B
YAML

name: build
runs:
using: composite
steps:
- name: Install dependencies
shell: bash
run: pip install pre-commit
- name: Lint
shell: bash
run: pre-commit run --all