Skip to content

[ISSUE-78] Matrices #238

[ISSUE-78] Matrices

[ISSUE-78] Matrices #238

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.160.1
env:
ENV: development
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: recursive
- name: Build with Hugo
run: task build ENV=development