Skip to content

Added dprint config and commit-on-master task #3

Added dprint config and commit-on-master task

Added dprint config and commit-on-master task #3

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