Skip to content

Bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 in the github-actions group #162

Bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 in the github-actions group

Bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 in the github-actions group #162

Workflow file for this run

name: pre-commit
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
main:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()