Skip to content

Commit

Permalink
ci: add prettier to format md files
Browse files Browse the repository at this point in the history
  • Loading branch information
a.marchenko committed May 24, 2022
1 parent 27a0b50 commit 328a504
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: ocular-d/[email protected]
- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{md}
only_changed: True

0 comments on commit 328a504

Please sign in to comment.