Skip to content

build: bump version to v1.2.10 #1190

build: bump version to v1.2.10

build: bump version to v1.2.10 #1190

name: pre-commit
on:
[push, pull_request]
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install cpplint
- name: Checkout
uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1