From c0ea92f1856416018ac82b516dbb361da88816bf Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 16 Jul 2022 17:05:58 -0400 Subject: [PATCH] docs: slightly simplify --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 02f7de7..19f9843 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,8 @@ jobs: If you are using a matrix, most likely you will only want to run it only on Linux. For example: ```yml -- name: Check format +- uses: dprint/check@v2.1 if: runner.os == 'Linux' - uses: dprint/check@v2.1 ``` ### Latest Version