Skip to content

Bump EndBug/add-and-commit from 7 to 9 #583

Bump EndBug/add-and-commit from 7 to 9

Bump EndBug/add-and-commit from 7 to 9 #583

Workflow file for this run

name: pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
software:
- '!(Hardware/**)'
hardware:
- 'Hardware/**'
- name: Ensure changelog is updated
uses: dangoslen/changelog-enforcer@v3.6.0
- name: Setup python
uses: actions/setup-python@v5
- name: Check pre-commit hooks
uses: pre-commit/action@v3.0.1