Skip to content

Commit 9881a4e

Browse files
committed
add seo check workflow yaml
1 parent 01f14c0 commit 9881a4e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/seo-check.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "SEO Check"
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
seo-check:
9+
runs-on: ubuntu-latest
10+
container:
11+
image: registry.opencode.de/open-code/document-writing-tools/seo-check:main-amd64
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Copy ISO data files into workspace
15+
run: cp /seo-check/ISO-639-1-lang-codes.json /seo-check/ISO-3166-Alpha2-country-codes.csv .
16+
- name: Run SEO-Check
17+
run: bun run /seo-check/main.ts

0 commit comments

Comments
 (0)