Skip to content

docs: record the 0.0.12 release in the changelog #772

docs: record the 0.0.12 release in the changelog

docs: record the 0.0.12 release in the changelog #772

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2025-2026 Max Trunnikov
# SPDX-License-Identifier: MIT
---
name: copyrights
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
copyrights:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: yegor256/copyrights-action@0.0.8