Skip to content

docs: change advice about exports #44

docs: change advice about exports

docs: change advice about exports #44

on: pull_request
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"
- run: npm ci
- run: npm run format-check