Skip to content

Commit

Permalink
THY-42 add prettier to lint action (#23)
Browse files Browse the repository at this point in the history
* add prettier to lint action

* update action version
  • Loading branch information
kadenbking authored Feb 21, 2023
1 parent 6c83a92 commit 2b9fb79
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: npm install
# Removing Prettify Code Test until Bug is fixed: https://github.com/creyD/prettier_action
# - name: Prettify code
# uses: creyD/prettier_action@v3.3
# with:
# prettier_options: --check src
# prettier_plugins: '@trivago/prettier-plugin-sort-imports prettier-plugin-tailwindcss'
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --check src
prettier_plugins: '@trivago/prettier-plugin-sort-imports prettier-plugin-tailwindcss'

1 comment on commit 2b9fb79

@vercel
Copy link

@vercel vercel bot commented on 2b9fb79 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-wordle – ./

react-wordle-git-main-fhu-mcs.vercel.app
react-wordle-fhu-mcs.vercel.app
react-wordle-swart.vercel.app

Please sign in to comment.