We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4d42b commit 0dd36e9Copy full SHA for 0dd36e9
.github/workflows/prettier.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Dependencies
25
run: npm install
26
- name: Run prettier
27
- run: npx prettier --write "**/*.{md,js,ts,php,sql}"
+ run: npx lint-staged
28
- name: Commit changes
29
uses: stefanzweifel/git-auto-commit-action@v5
30
with:
0 commit comments