Skip to content

#150: Implement class inheritance pattern #1136

#150: Implement class inheritance pattern

#150: Implement class inheritance pattern #1136

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: bibcop
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
checkmake:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- uses: yegor256/bibcop-action@0.0.4