Skip to content

feat(cabin): add remote registry publish behind -Z remote-registry #603

feat(cabin): add remote registry publish behind -Z remote-registry

feat(cabin): add remote registry publish behind -Z remote-registry #603

Workflow file for this run

name: Website
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version-file: website/package.json
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build