Skip to content

Commit

Permalink
docs: slightly simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 16, 2022
1 parent b8a69d3 commit c0ea92f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: runner.os == 'Linux'
uses: dprint/[email protected]
```
### Latest Version
Expand Down

0 comments on commit c0ea92f

Please sign in to comment.