Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check-circle

GitHub Action

dprint-check-action

v1.1

dprint-check-action

check-circle

dprint-check-action

Run `dprint check` on your source code

Installation

Copy and paste the following snippet into your .yml file.

              

- name: dprint-check-action

uses: dprint/check@v1.1

Learn more about this action in dprint/check

Choose a version

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