Skip to content

Bump pnpm/action-setup from 4.0.0 to 4.1.0 in the github-actions grou… #265

Bump pnpm/action-setup from 4.0.0 to 4.1.0 in the github-actions grou…

Bump pnpm/action-setup from 4.0.0 to 4.1.0 in the github-actions grou… #265

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@11bd71901bbe5b1630ceea73d27597364c9af683"
with:
submodules: true
- uses: "pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda"
with:
version: "latest"
- uses: "actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a"
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- uses: "peaceiris/actions-hugo@v3"
with:
hugo-version: "0.105.0"
extended: true
- run: "make install"
- run: "make lint"
- run: "hugo --minify"