Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HAB-93] Prettier GitHub action #42

Merged
merged 11 commits into from
May 4, 2024
Prev Previous commit
Next Next commit
Changed commit msg
himikheal committed May 4, 2024
commit 6a7d72c7e9319db0cdef9cc2255e4cef41ae3a07
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply formatting changes
commit_message: Formatted with Prettier (GitHub Action)
branch: ${{ github.head_ref }}
- name: Check formatting with Prettier
run: npm run prettier:check:ci