Files
hardware_samsung/.github/workflows/build/action.yml
LuK1337 d29b39b66a Introduce pre-commit & GitHub Actions for it
Change-Id: I4604d13e5ccf74ec4c7088a40a9f7f915f9b1293
2026-01-01 15:44:02 +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