We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a561a commit df99cb9Copy full SHA for df99cb9
.github/workflows/deploy.yml
@@ -19,10 +19,8 @@ jobs:
19
runs-on: ubuntu-latest
20
21
steps:
22
- - name: Checkout PR branch
+ - name: Checkout
23
uses: actions/checkout@v4
24
- with:
25
- ref: ${{ github.head_ref }}
26
27
- name: Setup Node.js
28
uses: actions/setup-node@v4
.husky/pre-commit
@@ -1,4 +1,3 @@
1
#!/bin/sh
2
echo "▶ Running Prettier..."
3
npx lint-staged
4
-
0 commit comments