From b7d4f9def7a90d31ce63441659f997db7f7ab8f3 Mon Sep 17 00:00:00 2001 From: suremarc <8771538+suremarc@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:02:31 +0000 Subject: [PATCH] only require license headers on .rs and .toml files --- .github/workflows/{ci.yaml => ci.yml} | 0 licenserc.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{ci.yaml => ci.yml} (100%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/ci.yaml rename to .github/workflows/ci.yml diff --git a/licenserc.toml b/licenserc.toml index b8db1da..1c95860 100644 --- a/licenserc.toml +++ b/licenserc.toml @@ -17,4 +17,4 @@ headerPath = "Apache-2.0-ASF.txt" -excludes = ["**/*.md"] +includes = ["**/*.rs", "**/*.toml"]