Skip to content

chore: fix playbook context syntax #28

chore: fix playbook context syntax

chore: fix playbook context syntax #28

Workflow file for this run

name: Format
on:
pull_request:
jobs:
prettier:
name: prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '20.11.1'
- run: make fmt-check