Skip to content

feat(ci): use action/cache #95

feat(ci): use action/cache

feat(ci): use action/cache #95

# SPDX-FileCopyrightText: 2024-now, Alex Turbov <zaufi@pm.me>
# SPDX-License-Identifier: CC0-1.0
name: Checking `pre-commit` hooks
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
jobs:
pre-commit-checks:
name: Checking `pre-commit` hooks
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Checking configured hooks
uses: pre-commit/action@v3.0.1