Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 331 Bytes

dprint check action

This action runs dprint check on your source code and fails the build if something is not properly formatted.

Usage

  1. Checkout your repo.
  2. Run dprint/check action.
jobs:
  style:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2

      - uses: dprint/check@v1.6