We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f14c0 commit 9881a4eCopy full SHA for 9881a4e
.github/workflows/seo-check.yaml
@@ -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