Skip to content

Bump actions/checkout from 4.1.2 to 4.1.3 (#82) #181

Bump actions/checkout from 4.1.2 to 4.1.3 (#82)

Bump actions/checkout from 4.1.2 to 4.1.3 (#82) #181

Workflow file for this run

---
name: "ci"
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
permissions: "read-all"
jobs:
ci:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f"
with:
submodules: true
- uses: "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d"
with:
version: "latest"
- uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8"
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- uses: "peaceiris/actions-hugo@v2"
with:
hugo-version: "0.105.0"
extended: true
- run: "make install"
- run: "make lint"
- run: "hugo --minify"