Skip to content

Commit

Permalink
ci(.travis.yml): update version of prettier action
Browse files Browse the repository at this point in the history
  • Loading branch information
ascodeasice committed Oct 23, 2023
1 parent bb7b423 commit c3e9600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
fetch-depth: 0

- name: Check source code style with Prettier
uses: creyD/prettier_action@v3.3
uses: creyD/prettier_action@v4.3
with:
prettier_options: --check \".\"
prettier_options: --check index.html
only_changed: True
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c3e9600

Please sign in to comment.