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

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

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

jobs:
  style:
    runs-on: ubuntu-latest
    steps:
      - uses: dprint/check@v1