Skip to content

Update ghcr.io/cn-docker/cspell Docker tag to v10 #231

Update ghcr.io/cn-docker/cspell Docker tag to v10

Update ghcr.io/cn-docker/cspell Docker tag to v10 #231

Workflow file for this run

name: PR Workflow
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [main]
jobs:
spell-checker:
runs-on: ubuntu-latest
container: ghcr.io/cn-docker/cspell:10.0.0
steps:
- name: Checkout
uses: actions/checkout@v6
- name: CSpell
run: task spell-check
build:
needs: spell-checker
runs-on: ubuntu-latest
container: ghcr.io/cn-docker/hugo:v0.159.2
env:
ENV: development
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: recursive
- name: Build with Hugo
run: task build ENV=development