Skip to content

Commit aeb6a45

Browse files
committed
adjust workflow settings
1 parent 697b62a commit aeb6a45

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/seo-check.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ on:
77
jobs:
88
seo-check:
99
runs-on: ubuntu-latest
10-
#container:
11-
# image: registry.opencode.de/open-code/document-writing-tools/seo-check:main-amd64
10+
container:
11+
image: registry.opencode.de/open-code/document-writing-tools/seo-check:main-amd64
1212
steps:
1313
- uses: actions/checkout@v6
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 .
1614
- name: Run SEO-Check
1715
run: bun run /seo-check/main.ts

0 commit comments

Comments
 (0)