Skip to content

Commit 7e65d13

Browse files
committed
updates check-llms workflow to verify llms.txt as llms-full.txt is deprecated with these changes
1 parent 03e3f61 commit 7e65d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-llms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Validate llms-full.txt
1+
name: Validate llms.txt
22

33
on:
44
pull_request:
@@ -8,6 +8,6 @@ jobs:
88
validate:
99
uses: papermoonio/workflows/.github/workflows/validate-llms.yml@main
1010
with:
11-
llms_filename: "llms-full.txt"
11+
llms_filename: "llms.txt"
1212
generator_command: "python3 scripts/generate_llms.py"
1313
require_pr_file: false

0 commit comments

Comments
 (0)