Skip to content

chore(deps): update jidicula/clang-format-action action to v4.18.0 #16

chore(deps): update jidicula/clang-format-action action to v4.18.0

chore(deps): update jidicula/clang-format-action action to v4.18.0 #16

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2021-2022 Polystat.org
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: copyrights
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
copyrights:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- uses: yegor256/copyrights-action@0.0.12
with:
ignore: >-
target/**
node_modules/**
.git/**
**/src/test/resources/**
globs: >-
**/LICENSE.txt
**/*.sh
**/*.yml
**/*.yaml
**/*.eo
**/*.xmir
**/*.xml
**/*.xsl
**/*.xsd
**/*.ini
**/*.java
**/*.g4
**/*.properties
**/*.toml
**/*.groovy