Skip to content

AI module 2 in Spanish - Calculus #187

AI module 2 in Spanish - Calculus

AI module 2 in Spanish - Calculus #187

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-writing/cspell
steps:
- name: Checkout
uses: actions/checkout@v6
- name: CSpell
run: task spell-check
build:
runs-on: ubuntu-latest
container: ghcr.io/cn-docker/hugo:v0.157.0
env:
ENV: development
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: recursive
- name: Build with Hugo
run: task build ENV=development