Skip to content

chore(sealedsecret_example.yml): format using prettier #150

chore(sealedsecret_example.yml): format using prettier

chore(sealedsecret_example.yml): format using prettier #150

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