Skip to content

feat(pod_broken): Add example of broken pod #120

feat(pod_broken): Add example of broken pod

feat(pod_broken): Add example of broken pod #120

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