Skip to content

feat(pvc_mount_example_okd.yml): Create PVC mount example for OKD #155

feat(pvc_mount_example_okd.yml): Create PVC mount example for OKD

feat(pvc_mount_example_okd.yml): Create PVC mount example for OKD #155

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