Skip to content

Formatted types/a* packages with dprint #5

Formatted types/a* packages with dprint

Formatted types/a* packages with dprint #5

Workflow file for this run

jobs:
dprint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: dirty=$(npx dprint check | grep "Found * not formatted file*.") >> "$GITHUB_STEP_SUMMARY"
name: Format Check
on: pull_request
permissions:
contents: read