Skip to content

Automated cherry pick of #416: fix: update lvmlockd.md add set auto_activation_volume_list = [] #507

Automated cherry pick of #416: fix: update lvmlockd.md add set auto_activation_volume_list = []

Automated cherry pick of #416: fix: update lvmlockd.md add set auto_activation_volume_list = [] #507

Workflow file for this run

name: Building and test for PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: yarn
- name: "Install dependencies"
shell: bash
run: |
yarn install --frozen-lockfile
- name: Build public site
shell: bash
run: |
echo $PWD
yarn build