mirror of
https://github.com/m5stack/esp-bsp.git
synced 2026-05-20 11:26:31 -07:00
16 lines
320 B
YAML
16 lines
320 B
YAML
name: pre-commit
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, reopened, synchronize]
|
|
|
|
jobs:
|
|
pre-commit:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Install doxygen
|
|
run: sudo apt-get install -y doxygen
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/setup-python@v5.2.0
|
|
- uses: pre-commit/action@v3.0.1
|