Skip to content

docs(glossary): add scuttling #32

docs(glossary): add scuttling

docs(glossary): add scuttling #32

Workflow file for this run

name: Prettier
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run format:check