Skip to content

Adding the arm length table for various bikes #494

Adding the arm length table for various bikes

Adding the arm length table for various bikes #494

Workflow file for this run

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