Skip to content

Merge branches 'main' and 'main' of github.com:Unpackerr/unpackerr.gi… #194

Merge branches 'main' and 'main' of github.com:Unpackerr/unpackerr.gi…

Merge branches 'main' and 'main' of github.com:Unpackerr/unpackerr.gi… #194

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build Content
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@v2
with:
check_hidden: true
path: docs
- name: Run Markdown Lint
uses: actionshub/markdownlint@main
with:
path: docs
- uses: actions/setup-go@v6
- uses: actions/setup-node@v4
with:
node-version: 22.x
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build