Skip to content

loc

loc #24

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2022 Objectionary
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: copyrights
'on':
push:
pull_request:
jobs:
copyrights:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: yegor256/copyrights-action@0.0.8
with:
globs: >-
**/LICENSE.txt
**/Makefile
**/*.sh
**/*.yml
**/*.yaml
**/*.java
**/*.xml
**/*.hs
**/*.hi
**/*.cpp
**/*.hpp
**/*.h
**/*.c
**/*.adb
**/*.e
**/*.go
**/*.lisp
**/*.pp
**/*.rs
**/*.xsl