Skip to content

Add copyrights checker #2

Add copyrights checker

Add copyrights checker #2

Workflow file for this run

name: copyrights
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
copyrights:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: yegor256/[email protected]
with:
license: LICENSE.txt
globs: >-
**/*.yml
**/*.yaml
**/*.hs
**/*.sh
**/*.cf