Skip to content

Merge pull request #235 from jhlegarreta/StartNewVersion #172

Merge pull request #235 from jhlegarreta/StartNewVersion

Merge pull request #235 from jhlegarreta/StartNewVersion #172

Workflow file for this run

name: code format
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.10']
requires: ['latest']
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install and run pre-commit hooks
uses: pre-commit/[email protected]