Skip to content

Expand a list of EOLs to be shown in the full mismatch mode #81

Expand a list of EOLs to be shown in the full mismatch mode

Expand a list of EOLs to be shown in the full mismatch mode #81

# 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
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.0