Skip to content

feat(pvc_mount_longhorn_rwx.yml): Add Longhorn RWX PVC mount example #110

feat(pvc_mount_longhorn_rwx.yml): Add Longhorn RWX PVC mount example

feat(pvc_mount_longhorn_rwx.yml): Add Longhorn RWX PVC mount example #110

Workflow file for this run

name: Style Check
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "17"
- run: yarn
- run: yarn run prettier-check