Files
hardware_oplus/.github/workflows/build/action.yml
LuK1337 af8b5b2101 Introduce pre-commit & GitHub Actions for it
Change-Id: I4604d13e5ccf74ec4c7088a40a9f7f915f9b1293
2026-01-20 14:33:23 +01: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