Skip to content

Bump husky from 8.0.3 to 9.0.10 (#68) #158

Bump husky from 8.0.3 to 9.0.10 (#68)

Bump husky from 8.0.3 to 9.0.10 (#68) #158

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@b4ffde65f46336ab88eb53be808477a3936bae11"
with:
submodules: true
- uses: "pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598"
with:
version: "latest"
- uses: "actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8"
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"